diff --git a/RxLifx.podspec b/RxLifx.podspec index b6741dc..af9fee8 100644 --- a/RxLifx.podspec +++ b/RxLifx.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/flowsprenger/RxLifx-Swift.git" } - s.dependency 'RxSwift', '4.2.0' + s.dependency 'RxSwift', '~> 4.2' s.source_files = 'RxLifx/RxLifx/*.{h,swift}' end diff --git a/RxLifxApi.podspec b/RxLifxApi.podspec index d615323..60a1106 100644 --- a/RxLifxApi.podspec +++ b/RxLifxApi.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/flowsprenger/RxLifx-Swift.git" } - s.dependency 'RxSwift', '4.2.0' + s.dependency 'RxSwift', '~> 4.2' s.dependency 'RxLifx' s.dependency 'LifxDomain'