[Add] DittoReactNativeIOS 4.9.1
[CocoaPods.git] / Specs / 2 / 7 / 4 / openweathermap-objc-sdk / 0.1.0 / openweathermap-objc-sdk.podspec.json
blob6d2d67001a8a41a3d56075e30df75a89d95cb30e
2   "name": "openweathermap-objc-sdk",
3   "version": "0.1.0",
4   "summary": "Unofficial Objective C SDK for OpenWeatherMap.",
5   "description": "Unofficial Objective C SDK for OpenWeatherMap. It provides JSON model classes\nand related REST API GET methods.",
6   "homepage": "https://github.com/rocxteady/openweathermap-objc-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-objc-sdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "openweathermap-objc-sdk/Classes/**/*",
22   "public_header_files": "openweathermap-objc-sdk/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1"
26     ],
27     "JSONModel": [
28       "~> 1.7"
29     ]
30   }