Skip to content

Commit 2cd715a

Browse files
committed
reduced library requirements
1 parent 3b74642 commit 2cd715a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RxReachability.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'RxReachability'
11-
s.version = '0.1.0'
11+
s.version = '0.1.1'
1212
s.summary = 'RxSwift bindings for Reachability'
1313

1414

@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
3131

3232
# s.frameworks = 'UIKit', 'MapKit'
3333
s.dependency 'ReachabilitySwift', '~> 3'
34-
s.dependency 'RxSwift', '~> 3.3'
35-
s.dependency 'RxCocoa', '~> 3.3'
34+
s.dependency 'RxSwift', '~> 3.0'
35+
s.dependency 'RxCocoa', '~> 3.0'
3636
end

0 commit comments

Comments
 (0)