From f8c9bced4e7f41234c2d4c7862c974a9a317d485 Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Sat, 13 Feb 2016 17:34:38 -0500 Subject: [PATCH] [Podspec] Fixes podspec. --- RxNimble.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RxNimble.podspec b/RxNimble.podspec index 72b5b9d..5716ff1 100644 --- a/RxNimble.podspec +++ b/RxNimble.podspec @@ -9,12 +9,12 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Ash Furrow" => "ash@ashfurrow.com" } s.social_media_url = "http://twitter.com/ashfurrow" - s.ios.deployment_target = "7.0" + s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9" s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/ashfurrow/RxNimble.git", :tag => s.version } s.source_files = "Source/**/*.swift" - s.dependency "Nimble", "~> 3.0.0" - s.dependency "RxSwift", "~> 2.0.0" - s.dependency "RxBlocking", "~> 2.0.0" + s.dependency "Nimble", "~> 3.0" + s.dependency "RxSwift", "~> 2.0" + s.dependency "RxBlocking", "~> 2.0" end