blob: ce329de927f4ac74ba41fda2195b665cda2dc45c [file] [log] [blame]
{
"name": "MBMapKitGoogleStyler",
"version": "0.1.0",
"summary": "Google Map JSON styles in MapKit (Swift not required).",
"description": "Objective-C port of MapKitGoogleStyler.\nBlog post here: https://medium.com/@ortizfernandomartin/customize-mapkits-mkmapview-with-google-maps-styling-wizard-a5dcc095e19f#.zgj20kkvk",
"homepage": "https://github.com/jmbiggs/MBMapKitGoogleStyler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jmbiggs": "eraserhead@gmail.com"
},
"source": {
"git": "https://github.com/jmbiggs/MBMapKitGoogleStyler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MBMapKitGoogleStyler/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}