blob: ff81c68ad2cad47b0a2241b5ac92710a736dd9ba [file] [log] [blame]
{
"name": "FlightmapAnnotationExtension",
"version": "0.0.1-beta.1",
"summary": "Extension to support Flightmap's runtime styling annotations api.",
"description": "Provides an object oriented annotation api around runtime styling.",
"homepage": "http://app.flightmap.io",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": "Jungleworks",
"social_media_url": "http://twitter.com/mapbox",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MananJ-IOS/mapbox-annotation-extension.git",
"tag": "0.0.1-beta.1"
},
"source_files": "MapboxAnnotationExtension/**/*.{h,m}",
"requires_arc": true,
"module_name": "MapboxAnnotationExtension",
"dependencies": {
"Flightmap-SDK-iOS": [
]
}
}