Skip to content

Commit

Permalink
[Podspec] Fixes podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Feb 13, 2016
1 parent 9cb6868 commit f8c9bce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RxNimble.podspec
Expand Up @@ -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

0 comments on commit f8c9bce

Please sign in to comment.