blob: 53fee05486720750c6f3c1559766a51d068ec726 [file] [log] [blame]
{
"name": "ForecastView",
"version": "0.1.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.1.0"
},
"source_files": "ForecastView/ForecastView/*.swift"
}