[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 4 / 0 / d / openweathermap-swift-sdk / 0.1.0 / openweathermap-swift-sdk.podspec.json
blob49cbace5a954abceddea98cb1a50989be5a2782a
2   "name": "openweathermap-swift-sdk",
3   "version": "0.1.0",
4   "summary": "Unofficial Swift SDK for OpenWeatherMap.",
5   "description": "Unofficial Swift SDK for OpenWeatherMap. It provides JSON model classes\nand related REST API GET methods.",
6   "homepage": "https://github.com/rocxteady/openweathermap-swift-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ulaş Sancak": "ulas.sancak@hotmail.com.tr"
13   },
14   "source": {
15     "git": "https://github.com/rocxteady/openweathermap-swift-sdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "openweathermap-swift-sdk/Classes/**/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.4"
28     ],
29     "ObjectMapper": [
30       "~> 2.2"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"