[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / c / 7 / KFOpenWeatherMapAPI / 0.2.2 / KFOpenWeatherMapAPI.podspec.json
blob9398f1211a960dbc1489b6061500a1a14c4c9490
2   "name": "KFOpenWeatherMapAPI",
3   "version": "0.2.2",
4   "summary": "an OpenWeatherMap API Client",
5   "description": "                   A client connecting to the OpenWeatherMap API for fetching current weather data, interval/daily forecasts, and searching cities.\n",
6   "homepage": "https://github.com/ricobeck/KFOpenWeatherMapAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rico becker": "rico.becker@kf-interactive.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/ricobeck/KFOpenWeatherMapAPI.git",
20     "tag": "0.2.2"
21   },
22   "source_files": "KFOpenWeatherMapAPI/Source/**/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "JSONModel": [
26       "~> 0.9.1"
27     ],
28     "AFNetworking": [
29       "~> 1.0"
30     ]
31   }