blob: d809ccffb0c448c45888743e0b75d4f4a1d96914 [file] [log] [blame]
{
"name": "SpitcastSwift",
"version": "0.0.7",
"summary": "Swift wrapper for the Spitcast API.",
"description": "This unofficial library is meant to expose most of the core forecasting endpoints of the open Spitcast API in Swift.",
"homepage": "https://github.com/daniel-legler/SpitcastSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Legler": "daniel.legler@gmail.com"
},
"source": {
"git": "https://github.com/daniel-legler/SpitcastSwift.git",
"tag": "0.0.7"
},
"social_media_url": "https://twitter.com/_dlegler",
"platforms": {
"ios": "10.0"
},
"source_files": "SpitcastSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}