blob: 5d7451c6537f44a4c7b3057ffd4501a6fd015e52 [file] [log] [blame]
{
"name": "MKMapView-ZoomLevel",
"version": "1.1.0",
"summary": "MKMapView category with zoom level extension.",
"description": " This lib is based on http://troybrant.net/blog/2010/01/set-the-zoom-level-of-an-mkmapview.\n",
"homepage": "https://github.com/Kjuly/MKMapView-ZoomLevel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Troy": "troy@troybrant.net",
"Kaijie Yu": "dev@kjuly.com"
},
"source": {
"git": "https://github.com/Kjuly/MKMapView-ZoomLevel.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MKMapView-ZoomLevel/*.{h,m}",
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": true
}