{ "name": "amap_map_fluttify", "version": "0.0.1", "summary": "An `Amap` Map Component, Powered By `Fluttify` Compiler, A Dart Bindings Generator For Native SDK.", "description": "A new flutter plugin project.", "homepage": "https://github.com/fluttify-project/amap_map_fluttify", "license": { "file": "../LICENSE" }, "authors": { "yohom": "yohombao@qq.com" }, "source": { "path": "." }, "source_files": "Classes/**/*", "public_header_files": [ "Classes/**/*.h", "Vendors/*.h" ], "dependencies": { "Flutter": [ ], "foundation_fluttify": [ ], "amap_core_fluttify": [ ], "url_launcher": [ ], "AMap3DMap": [ "~> 6.9.0" ] }, "static_framework": true, "platforms": { "ios": "8.0" }, "vendored_frameworks": "Vendors/*.framework", "vendored_libraries": "Vendors/*.a", "frameworks": [ ], "libraries": [ ], "resources": "Vendors/**/*.bundle" }