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