blob: 3c5cf65f1e053351684aa223238db670d996d4f0 [file] [log] [blame]
{
"name": "MapboxAnnotationExtension",
"version": "0.0.1-beta.2",
"summary": "Extension to support Mapbox's runtime styling annotations api.",
"description": "Provides an object oriented annotation api around runtime styling.",
"homepage": "http://www.mapbox.com/",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "http://twitter.com/mapbox",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-annotation-extension.git",
"tag": "0.0.1-beta.2"
},
"source_files": "MapboxAnnotationExtension/**/*.{h,m}",
"requires_arc": true,
"module_name": "MapboxAnnotationExtension",
"dependencies": {
"Mapbox-iOS-SDK": [
"~> 6.0"
]
}
}