blob: 5642c71ca52d0337208369989b631b6bc4ec4d66 [file] [log] [blame]
{
"name": "YWeatherAPI",
"version": "1.0.7",
"summary": "Powerful Yahoo Weather API wrapper for iOS and Mac.",
"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.",
"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.7"
},
"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"
}
}