blob: 25f0b450a323dcdc315bd1e40776bd99fffbb584 [file] [log] [blame]
{
"name": "TartuWeatherProvider",
"version": "0.3.1",
"summary": "Tartu weather provider from Tartu Physics faculty",
"description": "Tartu weather provider from Tartu Univerisety Physics faculty. http://meteo.physic.ut.ee/?lang=en",
"homepage": "https://github.com/fassko/TartuWeatherProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kristaps Grinbergs": "fassko@gmail.com"
},
"source": {
"git": "https://github.com/fassko/TartuWeatherProvider.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"SwiftSoup": [
"~> 1.6"
]
}
}