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 3b74642 commit 2cd715aCopy full SHA for 2cd715a
RxReachability.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'RxReachability'
11
- s.version = '0.1.0'
+ s.version = '0.1.1'
12
s.summary = 'RxSwift bindings for Reachability'
13
14
@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
31
32
# s.frameworks = 'UIKit', 'MapKit'
33
s.dependency 'ReachabilitySwift', '~> 3'
34
- s.dependency 'RxSwift', '~> 3.3'
35
- s.dependency 'RxCocoa', '~> 3.3'
+ s.dependency 'RxSwift', '~> 3.0'
+ s.dependency 'RxCocoa', '~> 3.0'
36
end
0 commit comments