AJPushSDK.podspec 550 B

1234567891011121314
  1. Pod::Spec.new do |s|
  2. s.name = 'AJPushSDK'
  3. s.version = '1.0.0'
  4. s.summary = 'ios AJPush'
  5. s.homepage = 'https://github.com/anji-plus/aj_ios_ajpush'
  6. s.license = 'MIT'
  7. s.authors = {'blackxu' => '747373635@qq.com'}
  8. s.platform = :ios, '9.0'
  9. s.source = {:git => 'https://github.com/anji-plus/aj_ios_ajpush.git', :tag => s.version}
  10. s.requires_arc = true
  11. s.source_files = 'AJPushSDK/*.{h,m}'
  12. s.dependency 'JCore', '2.1.4-noidfa'
  13. s.dependency 'JPush', '3.2.4-noidfa'
  14. end