Rework podspec to organize header file imports to match existing RestKit releases

This commit is contained in:
Blake Watters
2012-09-05 11:00:30 -04:00
parent 9f67cb5c0f
commit 22a68baf0c
17 changed files with 93 additions and 71 deletions

View File

@@ -6,7 +6,7 @@
// Copyright (c) 2012 RestKit. All rights reserved.
//
#import <RestKit/RKMappingOperationDataSource.h>
#import "RKMappingOperationDataSource.h"
@interface RKObjectMappingOperationDataSource : NSObject <RKMappingOperationDataSource>
@end