blob: 5b91c64236cee616e26ce76e4326959de9e997af [file] [log] [blame]
{
"name": "GPSKit",
"version": "0.9.1",
"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.1"
},
"source_files": "Source/*.{m,h}",
"platforms": {
"ios": "7.0"
},
"frameworks": "CoreLocation",
"requires_arc": true
}