Skip to content

Commit

Permalink
better pod versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Mar 22, 2017
1 parent 2cd715a commit 650b46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RxReachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxReachability'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'RxSwift bindings for Reachability'


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

# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'ReachabilitySwift', '~> 3'
s.dependency 'RxSwift', '~> 3.0'
s.dependency 'RxCocoa', '~> 3.0'
s.dependency 'RxSwift', '~> 3'
s.dependency 'RxCocoa', '~> 3'
end

0 comments on commit 650b46f

Please sign in to comment.