[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / d / RxOpenWeather / 0.0.2 / RxOpenWeather.podspec.json
blob787b401225d492a4c1055d0133f866113b1aac52
2   "name": "RxOpenWeather",
3   "version": "0.0.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Greener Chen": "greener@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/greenerchen/RxOpenWeather.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": "XCTest",
25   "dependencies": {
26     "RxSwift": [
28     ],
29     "RxCocoa": [
31     ],
32     "RxAlamofire": [
34     ]
35   },
36   "swift_version": "5.0"