[Add] AcousticConnectReactNativeDebug 1.0.47
[CocoaPods.git] / Specs / 7 / 4 / 2 / SwiftOpenWeatherMapAPI / 0.0.1 / SwiftOpenWeatherMapAPI.podspec.json
blob743b15db7d7ae12d04cd1698559bdbae5fb5527d
2   "name": "SwiftOpenWeatherMapAPI",
3   "version": "0.0.1",
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   },
17   "source": {
18     "git": "https://github.com/filippotosetto/SwiftOpenWeatherMapAPI.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "API/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 2.0"
25     ],
26     "SwiftyJSON": [
27       "~> 2.3.0"
28     ]
29   }