[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 2 / SwiftOpenWeatherMapAPI / 0.0.7 / SwiftOpenWeatherMapAPI.podspec.json
blob53d9375ce9ef1f69e248c8f0c46ed2b9aa00c91c
2   "name": "SwiftOpenWeatherMapAPI",
3   "version": "0.0.7",
4   "summary": "Swift Open Weather Map API is a wrapper around http://openweathermap.org.",
5   "homepage": "http://github.com/filippotosetto/SwiftOpenWeatherMapAPI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Filippo Tosetto": "filippo.tosetto@gmail.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/filippotosetto/SwiftOpenWeatherMapAPI.git",
20     "tag": "0.0.7"
21   },
22   "source_files": "API/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 2.0"
26     ],
27     "SwiftyJSON": [
28       "~> 2.3.0"
29     ]
30   }