2 "name": "RxOpenWeather",
4 "summary": "Basic Open Weather Map API handling response data to observable decodable objects with RxSwift",
5 "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.",
6 "homepage": "https://github.com/greenerchen/RxOpenWeather",
9 "Greener Chen": "greener@gmail.com"
14 "swift_versions": "5.0",
16 "git": "https://github.com/greenerchen/RxOpenWeather.git",
21 "Classes/**/*.{h,m,swift}"
23 "exclude_files": "Classes/Exclude",
24 "frameworks": "XCTest",
36 "swift_version": "5.0"