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 a829d1c commit 0a10a85Copy full SHA for 0a10a85
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