Skip to content

Commit 0a10a85

Browse files
committed
updating Result dependency in ReactiveSwift.podspec to 4.0'
1 parent a829d1c commit 0a10a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveSwift.git", :tag => "#{s.version}" }
1818
# Directory glob for all Swift files
1919
s.source_files = "Sources/*.{swift}"
20-
s.dependency 'Result', '~> 3.2'
20+
s.dependency 'Result', '~> 4.0'
2121

2222
s.pod_target_xcconfig = {"OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }
2323
end

0 commit comments

Comments
 (0)