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 a8ed23a commit 364d4ffCopy full SHA for 364d4ff
Cartfile
@@ -1 +1 @@
1
-github "ReactiveX/RxSwift" ~> 5.0.1
+github "ReactiveX/RxSwift" ~> 5.0.0
StackBarButtonItem.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.source = { :git => "https://github.com/funzin/StackBarButtonItem.git", :tag => "#{s.version}" }
10
s.source_files = "StackBarButtonItem/**/*.{swift}"
11
12
- s.dependency "RxSwift", "~> 5.0.1"
13
- s.dependency "RxCocoa", "~> 5.0.1"
+ s.dependency "RxSwift", "~> 5.0.0"
+ s.dependency "RxCocoa", "~> 5.0.0"
14
s.swift_version = '5.0'
15
end
0 commit comments