blob: 489cd75e3c9fef19b2d64dccb1dd939692de09e6 [file] [log] [blame]
{
"name": "MBXMapKit",
"version": "0.3.0",
"summary": "Lightweight Mapbox integration with MapKit on iOS and OS X.",
"description": "Lightweight Mapbox integration with MapKit on iOS and OS X for custom map styles and complete offline control.",
"homepage": "https://www.mapbox.com/mbxmapkit/",
"license": "BSD",
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"source": {
"git": "https://github.com/mapbox/mbxmapkit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "MBXMapKit/*.{h,m}",
"requires_arc": true,
"documentation_url": "https://www.mapbox.com/mbxmapkit/",
"frameworks": "MapKit",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"libraries": "sqlite3"
}