blob: 787b401225d492a4c1055d0133f866113b1aac52 [file] [log] [blame]
{
"name": "RxOpenWeather",
"version": "0.0.2",
"summary": "Basic Open Weather Map API handling response data to observable decodable objects with RxSwift",
"description": "This is a simple 3rd-party library of open weather maps APIs which includes only two APIs - One Call weather data and Direct Geocoding. It handles the response data of API calls and decode the data to objects using JSONDecoder and Decodable. A API call returns the response objects with RxSwift, that the type of response objects is Observable<ResponseObject> and you can subscribe the observable response object and bind it to an UI element.",
"homepage": "https://github.com/greenerchen/RxOpenWeather",
"license": "MIT",
"authors": {
"Greener Chen": "greener@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/greenerchen/RxOpenWeather.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "XCTest",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxAlamofire": [
]
},
"swift_version": "5.0"
}