[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 2 / JFOpenWeatherMapManager / 1.0.0 / JFOpenWeatherMapManager.podspec.json
blob620da5f4982a0cf19876bf3a839ed31dc3eb0406
2   "name": "JFOpenWeatherMapManager",
3   "version": "1.0.0",
4   "summary": "Easy to use Objective-C Wrapper to retrieve weather from the OpenWeatherMapApi.",
5   "description": "                   JFOpenWeatherMapManager for iOS provides a quick and easy, drop in component to consume and manipulate the Open Weather Map API directly as Objective-C objects, no casting required. Weather data can be retrieved in a couple of lines of code with the help of a Block.\n",
6   "homepage": "http://jonathanfield.me/objective-c-openweathermap-api-wrapper/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Jonathan Field": "jonfield@me.com"
13   },
14   "social_media_url": "http://twitter.com/jfield44",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/jfield44/JFOpenWeatherMapManagerCocoaPods.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "*.{h,m}",
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "APTimeZones": [
30     ]
31   },
32   "requires_arc": true,
33   "frameworks": "CoreLocation"