blob: 08ebbee499f87c6df7c19203054106151ec437e8 [file] [log] [blame]
{
"name": "CLLocationManager-blocks",
"version": "1.0.0",
"license": "MIT",
"summary": "A category on CLLocationManager adding blocks to basic delegate methods. It also adds some nifty features for simplyfying location updates.",
"homepage": "https://github.com/axldyb/CLLocationManager-blocks",
"authors": {
"Aksel Dybdal": "akseldybdal@gmail.com"
},
"source": {
"git": "https://github.com/axldyb/CLLocationManager-blocks.git",
"tag": "1.0.0"
},
"source_files": "CLLocationManager-blocks",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "CoreLocation"
}
}