blob: 9b88377347a808113ea7a058b3ebdb4b34d09c83 [file] [log] [blame]
{
"name": "AKLocationManager",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreLocation",
"requires_arc": true
}