[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 0 / b / f / RxRestClient / 1.1.0 / RxRestClient.podspec.json
blob017281560a6ffee52368f2659a1c1833637fd8fc
2   "name": "RxRestClient",
3   "version": "1.1.0",
4   "summary": "Simple REST Client based on RxSwift and Alamofire.",
5   "description": "Reactive way to interct with REST API. Send request and get responses easily. Handling basic response cases by default, for example: Not Found, Unauthorized, etc.",
6   "homepage": "https://github.com/stdevteam/RxRestClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tigran Hambardzumyan": "tigran@stdevmail.com"
13   },
14   "source": {
15     "git": "https://github.com/stdevteam/RxRestClient.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "RxRestClient/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4"
25     ],
26     "RxCocoa": [
27       "~> 4"
28     ],
29     "Alamofire": [
30       "~> 4"
31     ],
32     "RxAlamofire": [
33       "~> 4"
34     ]
35   }