blob: cd9880c27e3af53656671dd5d3204beba2cbbf47 [file] [log] [blame]
{
"name": "AKLocationManager",
"version": "1.0.2",
"summary": "Simple CLLocationManager subclass with block support and convenience methods.",
"homepage": "https://github.com/appkraft/AKLocationManager",
"license": "MIT",
"authors": {
"thiagoperes": "thiago@appkraft.net"
},
"source": {
"git": "https://github.com/appkraft/AKLocationManager.git",
"tag": "1.0.2"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreLocation",
"requires_arc": true
}