Skip to content

Commit 7c3688f

Browse files
author
Blake Watters
committed
Add Core Data PCH import
1 parent 8075b60 commit 7c3688f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RKTableController.podspec

+4
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ Pod::Spec.new do |s|
3131
#import <CoreServices/CoreServices.h>
3232
#import <Security/Security.h>
3333
#endif
34+
35+
#ifdef COCOAPODS_POD_AVAILABLE_RestKit_CoreData
36+
#import <CoreData/CoreData.h>
37+
#endif
3438
EOS
3539
end

0 commit comments

Comments
 (0)