酷店

OpenMtopSDK.podspec 871B

12345678910111213141516171819202122232425262728293031323334
  1. Pod::Spec.new do |s|
  2. s.platform = :ios
  3. s.ios.deployment_target = '5.0'
  4. s.name = 'OpenMtopSDK'
  5. s.version = "1.6.1.17-SNAPSHOT"
  6. s.summary = '淘宝MTOPSDK'
  7. s.description = 'MTOP SDK for IOS'
  8. s.homepage = 'http://gitlab.alibaba-inc.com/wireless/mtopsdk'
  9. s.license = {
  10. :type => 'Copyright',
  11. :text => <<-LICENSE
  12. Alibaba-Inc copyright
  13. LICENSE
  14. }
  15. s.requires_arc = true
  16. s.authors = {'苍至'=>'silu.msl@taobao.com'}
  17. s.frameworks = 'UIKit', 'Foundation'
  18. s.dependency 'UTDID'
  19. s.dependency 'UTDID'
  20. s.dependency 'SecurityGuardSDK'
  21. s.dependency 'SGMain'
  22. s.dependency 'SGSecurityBody'
  23. s.dependency 'SGNoCaptcha'
  24. s.source = { :git=>"git@gitlab.alibaba-inc.com:wireless/opensdk.git", :commit=> "d81fd09" }
  25. #s.exclude_files = exclude_files+networksdk_no_arc_files
  26. s.source_files = 'MtopSDK/*.{h,m,c,mm}'
  27. end