AJSDKAppSp.podspec 531 B

12345678910111213
  1. Pod::Spec.new do |s|
  2. s.name = 'AJSDKAppSp'
  3. s.version = '0.0.3'
  4. s.summary = 'ios AJSDKAppSp versionUpdate Notice'
  5. s.homepage = 'https://github.com/anji-plus/aj_ios_appsp'
  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_appsp.git', :tag => s.version}
  10. s.requires_arc = true
  11. s.swift_version = '4.0'
  12. s.source_files = 'AppSpSDK/AppSpSDK/**/*.swift'
  13. end