Skip to content

Commit d527356

Browse files
authored
Silent deprecation warnings when building with CocoaPods.
ReactiveCocoa/ReactiveCocoa@24c18ca
1 parent ea4cab4 commit d527356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReactiveObjCBridge.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ Pod::Spec.new do |s|
2121

2222
s.dependency 'ReactiveObjC', '~> 2.1.2'
2323
s.dependency 'ReactiveSwift', '~> 1.1'
24+
25+
s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "-suppress-warnings" }
2426
end

0 commit comments

Comments
 (0)