Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mattt/GroundControl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 3, 2014
2 parents c1bd7f7 + 83b34fa commit c03ec2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GroundControl.podspec
Expand Up @@ -9,5 +9,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '2.0.0' } s.source = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '2.0.0' }
s.source_files = 'GroundControl' s.source_files = 'GroundControl'
s.requires_arc = true s.requires_arc = true

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'

s.dependency 'AFNetworking', '~> 2.0' s.dependency 'AFNetworking', '~> 2.0'
end end

0 comments on commit c03ec2f

Please sign in to comment.