[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 4 / YWeatherAPI / 1.0.7 / YWeatherAPI.podspec.json
blob5642c71ca52d0337208369989b631b6bc4ec4d66
2   "name": "YWeatherAPI",
3   "version": "1.0.7",
4   "summary": "Powerful Yahoo Weather API wrapper for iOS and Mac.",
5   "description": "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.",
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.7"
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   }