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

@@ -20,12 +20,12 @@
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
#import <RestKit/Support.h>
#import "RKObjectMapping.h"
#import "RKMappingOperation.h"
#import "RKMappingResult.h"
#import "RKMappingOperationDataSource.h"
#import "RKErrors.h"
#import "RKSupport.h"
@protocol RKObjectMapperDelegate;