blob: 6914fe99f59fe5889334ba721414cf5c8b0ab7af [file] [log] [blame]
{
"name": "LibOpenWeather",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/MatrixSenpai/LibOpenWeather",
"authors": {
"MatrixSenpai": "math.matrix@icloud.com"
},
"summary": "A small lib for the OpenWeatherMap API",
"source": {
"git": "https://github.com/MatrixSenpai/LibOpenWeather.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/api/*.swift",
"dependencies": {
"RxSwift": [
]
}
}