[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 4 / YWeatherAPI / 1.0.4 / YWeatherAPI.podspec.json
blob6b807c136db263dec804af1a6b3eb16c2522e2d4
2   "name": "YWeatherAPI",
3   "version": "1.0.4",
4   "summary": "Powerful Yahoo Weather API wrapper for iOS and Mac.",
5   "description": "\n  A powerful API wrapper for [Yahoo Weather](https://developer.yahoo.com/weather/) for iOS and Mac. Built on top of AFNetworking’s blocks-based architecture, it fetches responses asynchronously without any waiting on the main thread. It supports:\n\n\n  * Caching results with customizable expiry times,\n  * Requesting forecasts by natural-language location strings, `CLLocation` coordinates, and Yahoo WOEIDs,\n  * Customizing default temperature, pressure, speed, and distance return units.\n",
6   "homepage": "https://github.com/nishanths/YWeatherAPI",
7   "license": "MIT",
8   "authors": {
9     "Nishanth Shanmugham": "nishanth.gerrard@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/nshanmugham",
12   "source": {
13     "git": "https://github.com/nishanths/YWeatherAPI.git",
14     "tag": "1.0.4"
15   },
16   "source_files": "Pod/Classes/**/*",
17   "public_header_files": "Pod/Classes/YWeatherAPI.h",
18   "frameworks": "CoreLocation",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.0"
23     ]
24   },
25   "platforms": {
26     "ios": "6.0",
27     "osx": "10.8"
28   }