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.
2 parents a829d1c + 0a10a85 commit 2215d9aCopy full SHA for 2215d9a
ReactiveSwift.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveSwift.git", :tag => "#{s.version}" }
18
# Directory glob for all Swift files
19
s.source_files = "Sources/*.{swift}"
20
- s.dependency 'Result', '~> 3.2'
+ s.dependency 'Result', '~> 4.0'
21
22
s.pod_target_xcconfig = {"OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }
23
end
0 commit comments