blob: 56e073c0741f66b486eb941eaf3ef8cab2474754 [file] [log] [blame]
{
"name": "SpitcastSwift",
"version": "0.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/_dlegler",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "SpitcastSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}