GGabe ShahbazianPodspec for master
40f80ff8创建于 2015年10月22日历史提交
Pod::Spec.new do |s|
  s.name     = 'GroundControl'
  s.version  = '3.0.0'
  s.license  = 'MIT'
  s.summary  = 'Remote configuration for iOS.'
  s.homepage = 'https://github.com/mattt/GroundControl'
  s.social_media_url = 'https://twitter.com/mattt'
  s.authors  = { 'Mattt Thompson' => 'm@mattt.me' }
  s.source   = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '3.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', '~> 3.0'
end