amap_core_fluttify.podspec.json 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "amap_core_fluttify",
  3. "version": "0.0.1",
  4. "summary": "An `Amap` Core Component, Powered By `Fluttify` Engine, A Dart Bindings Generator For Native SDK.",
  5. "description": "A new flutter plugin project.",
  6. "homepage": "https://github.com/fluttify-project/amap_core_fluttify",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "yohom": "yohombao@qq.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "public_header_files": [
  18. "Classes/**/*.h",
  19. "Vendors/*.h"
  20. ],
  21. "dependencies": {
  22. "Flutter": [
  23. ],
  24. "foundation_fluttify": [
  25. ],
  26. "AMapFoundation": [
  27. "~> 1.6"
  28. ]
  29. },
  30. "static_framework": true,
  31. "platforms": {
  32. "ios": "8.0"
  33. },
  34. "vendored_frameworks": "Vendors/*.framework",
  35. "vendored_libraries": "Vendors/*.a",
  36. "frameworks": [
  37. ],
  38. "libraries": [
  39. ],
  40. "resources": "Vendors/**/*.bundle"
  41. }