blob: 7b24ba6e8020fdbb9076104e1623d63fccfa800c [file] [log] [blame]
{
"name": "DarkSkyKit",
"version": "0.0.5",
"summary": "Client for darksky.net API",
"description": "Swift client for darksky.net API",
"homepage": "https://github.com/carambalabs/DarkSkyKit",
"social_media_url": "https://twitter.com/carambalabs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caramba.io": "hello@caramba.io"
},
"source": {
"git": "https://github.com/carambalabs/DarkSkyKit.git",
"tag": "0.0.5"
},
"source_files": "DarkSkyKit/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}