blob: a6e2df7b09a14dc96d1456356c166abdec2fa8da [file] [log] [blame]
{
"name": "CLLocationManager-blocks",
"version": "1.3.2",
"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.3.2"
},
"source_files": "CLLocationManager-blocks",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": "CoreLocation"
}
}