Skip to content

Commit

Permalink
[Podspec] Add specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 10, 2015
1 parent 74cc5f4 commit 9f93821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Pod::Spec.new do |s|
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
s.source = { :git => "https://github.com/kzaher/RxSwift.git", :tag => s.version.to_s }
s.requires_arc = true

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.source_files = 'RxSwift/RxSwift/**/*.swift'
end

0 comments on commit 9f93821

Please sign in to comment.