blob: e4e62ac89921df6baff4c1a8c2e13d2ce3d8123c [file] [log] [blame]
{
"name": "FutureLocation",
"version": "0.1.0",
"summary": "FutureLocation provides a swift wrapper around CoreLocation and much more.",
"homepage": "https://github.com/troystribling/FutureLocation",
"documentation_url": "https://github.com/troystribling/FutureLocation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Troy Stribling": "troy.stribling@gmail.com"
},
"social_media_url": "http://twitter.com/troystribling",
"cocoapods_version": ">= 1.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/troystribling/FutureLocation.git",
"tag": "0.1.0"
},
"source_files": "FutureLocation/**/*.swift",
"dependencies": {
"SimpleFutures": [
"~> 0.1"
]
},
"frameworks": "CoreLocation"
}