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