diff --git a/GroundControl.podspec b/GroundControl.podspec index 6969ccc..da20335 100644 --- a/GroundControl.podspec +++ b/GroundControl.podspec @@ -9,5 +9,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '2.0.0' } s.source_files = 'GroundControl' s.requires_arc = true + + s.ios.deployment_target = '6.0' + s.osx.deployment_target = '10.8' + s.dependency 'AFNetworking', '~> 2.0' end