智莺生活APP的阿里百川 Flutter 插件
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

39 行
1.1 KiB

  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 'SocketRocket'
  19. s.dependency 'ZipArchive'
  20. # s.dependency 'SDWebImage'
  21. s.dependency 'FMDB'
  22. s.dependency 'Reachability'
  23. s.dependency 'Masonry'
  24. # s.dependency 'UTDID'
  25. s.vendored_frameworks ="AlibcTradeUltimateSDK_all_package_50011/framework/**/*.framework"
  26. s.resource = "AlibcTradeUltimateSDK_all_package_50011/bundle/*.bundle"
  27. s.frameworks = "CoreTelephony","CoreMotion","UIKit","Foundation"
  28. s.libraries = "z","c++","sqlite3.0"
  29. s.ios.deployment_target = '8.0'
  30. s.static_framework = true
  31. end