智莺生活APP的阿里百川 Flutter 插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

flutter_alibc.podspec 1.2 KiB

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
  3. #
  4. Pod::Spec.new do |s|
  5. s.name = 'flutter_alibc'
  6. s.version = '0.0.1'
  7. s.summary = '阿里百川'
  8. s.description = <<-DESC
  9. 阿里百川
  10. DESC
  11. s.homepage = 'http://example.com'
  12. s.license = { :file => '../LICENSE' }
  13. s.author = { 'Your Company' => 'email@example.com' }
  14. s.source = { :path => '.' }
  15. s.source_files = 'Classes/**/*'
  16. s.public_header_files = 'Classes/**/*.h'
  17. s.dependency 'Flutter'
  18. s.dependency 'AlibcTradeSDK','4.0.1.6'
  19. s.dependency 'AliAuthSDK','1.1.0.41-bc'
  20. s.dependency 'mtopSDK','3.0.0.3-BC'
  21. s.dependency 'securityGuard','5.4.191'
  22. s.dependency 'AliLinkPartnerSDK','4.0.0.24'
  23. s.dependency 'BCUserTrack','5.2.0.18-appkeys'
  24. s.dependency 'UTDID','1.1.0.16'
  25. s.dependency 'WindVane','8.5.0.46-bc11'
  26. # s.vendored_frameworks ="AliBaichuan/Frameworks/*.framework"
  27. # s.resource = "AliBaichuan/Resources/*.bundle"
  28. s.frameworks = "CoreTelephony","CoreMotion","UIKit","Foundation"
  29. s.libraries = "z","c++","sqlite3.0"
  30. s.ios.deployment_target = '8.0'
  31. s.static_framework = true
  32. end