Skip to content

Commit

Permalink
Merge pull request #3 from orta/patch-1
Browse files Browse the repository at this point in the history
Remove iOS reference in podspec
  • Loading branch information
kzaher committed May 10, 2015
2 parents 17a1f9d + 9f93821 commit fa3da30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions RxSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
s.source = { :git => "https://github.com/kzaher/RxSwift.git", :tag => s.version.to_s }

s.platform = :ios, '8.0'
s.requires_arc = true

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

0 comments on commit fa3da30

Please sign in to comment.