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