blob: 02d1485eaaa303210845e27e9b4da8600781b9d8 [file] [log] [blame]
{
"name": "CLLocationManager-blocks",
"version": "1.1.0",
"license": "MIT",
"summary": "A category on CLLocationManager adding blocks to basic delegate methods. It also adds some nifty features for simplifying 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.1.0"
},
"source_files": "CLLocationManager-blocks",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "CoreLocation"
}
}