[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 4 / YWeatherAPI / 0.1.3 / YWeatherAPI.podspec.json
blob5e2bafc7260110a06d545db4658568fa7b20aa46
2   "name": "YWeatherAPI",
3   "version": "0.1.3",
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.\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": "0.1.3"
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.5"
23     ]
24   },
25   "platforms": {
26     "ios": "6.0",
27     "osx": "10.8"
28   }