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