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