blob: 5e2bafc7260110a06d545db4658568fa7b20aa46 [file] [log] [blame]
{
"name": "YWeatherAPI",
"version": "0.1.3",
"summary": "Powerful Yahoo Weather API wrapper for iOS and Mac.",
"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",
"homepage": "https://github.com/nishanths/YWeatherAPI",
"license": "MIT",
"authors": {
"Nishanth Shanmugham": "nishanth.gerrard@gmail.com"
},
"social_media_url": "http://twitter.com/nshanmugham",
"source": {
"git": "https://github.com/nishanths/YWeatherAPI.git",
"tag": "0.1.3"
},
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/YWeatherAPI.h",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}