blob: 0de6c5095633336ca5f92c74921527e7b078cf74 [file] [log] [blame]
{
"name": "GPSKit",
"version": "0.8.0",
"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.0"
},
"source_files": "Source/*.{m,h}",
"public_header_files": "Source/**/*.h",
"platforms": {
"ios": "7.0"
},
"frameworks": "CoreLocation",
"requires_arc": true,
"compiler_flags": "-fmodules"
}