From 650b46ff4fadabd747338383500005cd6adcd95b Mon Sep 17 00:00:00 2001 From: Ivan Bruel Date: Wed, 22 Mar 2017 18:39:13 +0000 Subject: [PATCH] better pod versioning --- RxReachability.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RxReachability.podspec b/RxReachability.podspec index c9815ae..10715fc 100644 --- a/RxReachability.podspec +++ b/RxReachability.podspec @@ -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' @@ -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