blob: 206d570e7c1947babff66faca67690d521968f49 [file] [log] [blame]
{
"name": "ForecastView",
"version": "0.2.0",
"summary": "Weather forecast view.",
"description": "Extensible View subclass that displays the weather forecast of a given CLLocationCoordinate2D. You can easily create new datasources by conforming to the `ForecastDatasource` protocol.",
"homepage": "https://github.com/raulriera/ForecastView",
"screenshots": "https://github.com/raulriera/ForecastView/raw/master/Screenshots/Demo.gif",
"license": "MIT",
"authors": {
"Raul Riera": "rieraraul@gmail.com"
},
"social_media_url": "http://twitter.com/raulriera",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/raulriera/ForecastView.git",
"tag": "0.2.0"
},
"source_files": "ForecastView/ForecastView/*.swift"
}