blob: 31cfc05adfc86c48899949bcc072e3fdab2f0cc0 [file] [log] [blame]
{
"name": "YWeatherAPI",
"version": "1.0.2",
"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. 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",
"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": "1.0.2"
},
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/YWeatherAPI.h",
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}