amap_map_fluttify.podspec.json 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "amap_map_fluttify",
  3. "version": "0.0.1",
  4. "summary": "An `Amap` Map Component, Powered By `Fluttify` Compiler, A Dart Bindings Generator For Native SDK.",
  5. "description": "A new flutter plugin project.",
  6. "homepage": "https://github.com/fluttify-project/amap_map_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. "amap_core_fluttify": [
  27. ],
  28. "url_launcher": [
  29. ],
  30. "AMap3DMap": [
  31. "~> 6.9.0"
  32. ]
  33. },
  34. "static_framework": true,
  35. "platforms": {
  36. "ios": "8.0"
  37. },
  38. "vendored_frameworks": "Vendors/*.framework",
  39. "vendored_libraries": "Vendors/*.a",
  40. "frameworks": [
  41. ],
  42. "libraries": [
  43. ],
  44. "resources": "Vendors/**/*.bundle"
  45. }