We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prefix_header_contents
1 parent 6ea2e86 commit 8075b60Copy full SHA for 8075b60
RKTableController.podspec
@@ -15,5 +15,21 @@ Pod::Spec.new do |s|
15
s.source_files = 'Code/*.{h,m}'
16
s.ios.framework = 'QuartzCore'
17
18
- s.dependency 'RestKit', '>= 0.20.0dev'
+ s.dependency 'RestKit', '~> 0.20.0'
19
+
20
+ s.prefix_header_contents = <<-EOS
21
+#import <Availability.h>
22
23
+#define _AFNETWORKING_PIN_SSL_CERTIFICATES_
24
25
+#if __IPHONE_OS_VERSION_MIN_REQUIRED
26
+ #import <SystemConfiguration/SystemConfiguration.h>
27
+ #import <MobileCoreServices/MobileCoreServices.h>
28
+ #import <Security/Security.h>
29
+#else
30
31
+ #import <CoreServices/CoreServices.h>
32
33
+#endif
34
+EOS
35
end
0 commit comments