blob: 81bd382593a21704e7e246f9df8c635009c71477 [file] [log] [blame]
{
"name": "GPSKit",
"version": "0.9.2",
"summary": "CoreLocation without the fuss (and with blocks!).",
"homepage": "https://github.com/parrots/GPSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Curtis Herbert": "me@curtisherbert.com"
},
"source": {
"git": "https://github.com/parrots/GPSKit.git",
"tag": "0.9.2"
},
"source_files": "Source/*.{m,h}",
"platforms": {
"ios": "7.0"
},
"frameworks": "CoreLocation",
"requires_arc": true
}