Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Jul 19, 2015
1 parent e625ee5 commit 3fda232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Groot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/gonzalezreal/Groot"
s.license = { :type => "MIT", :file => "LICENSE" }
s.license = { :type => "MIT", :file => "LICENSE.md" }

s.author = { "Guillermo Gonzalez" => "[email protected]" }
s.social_media_url = "https://twitter.com/gonzalezreal"
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.default_subspec = "Swift"

s.subspec "Swift" do |ss|
ss.ios.deployment_target = "7.0"
ss.ios.deployment_target = "8.0"
ss.osx.deployment_target = "10.9"

ss.source_files = "Groot/**/*.{swift,h,m}"
Expand Down

0 comments on commit 3fda232

Please sign in to comment.