blob: bb027bee776b07adae33f49f065ce452ea9b8dd9 [file] [log] [blame]
{
"name": "ARMapView",
"version": "0.0.1",
"summary": "A MKMapView that can user CLLocationManager for better user location tracking",
"description": " A MapView that can user CLLocationManager so we can ask for permissions and get better tracking.\n",
"homepage": "https://github.com/AlexmReynolds/ARMapView",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Alex Reynolds": "alex.micheal.reynolds@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlexmReynolds/ARMapView.git",
"tag": "0.0.1"
},
"source_files": "ARMapView/*.{h,m}",
"public_header_files": "ARMapView/*.h",
"requires_arc": true
}