We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db2241 commit ab9392bCopy full SHA for ab9392b
KeenClient.podspec
@@ -23,6 +23,9 @@ Pod::Spec.new do |spec|
23
spec.public_header_files = 'KeenClient/*.h'
24
spec.requires_arc = true
25
spec.frameworks = 'SystemConfiguration', 'CoreLocation', 'CFNetwork'
26
+ spec.pod_target_xcconfig = {
27
+ 'CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF' => 'NO',
28
+ }
29
30
spec.subspec 'keen_sqlite' do |ks|
31
ks.source_files = 'Library/sqlite-amalgamation/*.{h,c}'
0 commit comments