[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 7 / 0 / d / SpitcastSwift / 0.0.7 / SpitcastSwift.podspec.json
blobd809ccffb0c448c45888743e0b75d4f4a1d96914
2   "name": "SpitcastSwift",
3   "version": "0.0.7",
4   "summary": "Swift wrapper for the Spitcast API.",
5   "description": "This unofficial library is meant to expose most of the core forecasting endpoints of the open Spitcast API in Swift.",
6   "homepage": "https://github.com/daniel-legler/SpitcastSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Legler": "daniel.legler@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/daniel-legler/SpitcastSwift.git",
16     "tag": "0.0.7"
17   },
18   "social_media_url": "https://twitter.com/_dlegler",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SpitcastSwift/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }