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