Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Aug 21, 2015
1 parent 39e9b8b commit c69c501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Groot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/gonzalezreal/Groot.git", :tag => s.version.to_s }

s.default_subspec = "Swift"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"

s.subspec "Swift" do |ss|
ss.ios.deployment_target = "8.0"
Expand Down

0 comments on commit c69c501

Please sign in to comment.