Skip to content

Commit ab9392b

Browse files
committed
Disable 'Block implicitly retains 'self' warnings in podspec
1 parent 3db2241 commit ab9392b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

KeenClient.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Pod::Spec.new do |spec|
2323
spec.public_header_files = 'KeenClient/*.h'
2424
spec.requires_arc = true
2525
spec.frameworks = 'SystemConfiguration', 'CoreLocation', 'CFNetwork'
26+
spec.pod_target_xcconfig = {
27+
'CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF' => 'NO',
28+
}
2629

2730
spec.subspec 'keen_sqlite' do |ks|
2831
ks.source_files = 'Library/sqlite-amalgamation/*.{h,c}'

0 commit comments

Comments
 (0)