We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4cab4 commit d527356Copy full SHA for d527356
ReactiveObjCBridge.podspec
@@ -21,4 +21,6 @@ Pod::Spec.new do |s|
21
22
s.dependency 'ReactiveObjC', '~> 2.1.2'
23
s.dependency 'ReactiveSwift', '~> 1.1'
24
+
25
+ s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "-suppress-warnings" }
26
end
0 commit comments