[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / f / RxRestClient / 1.3.1 / RxRestClient.podspec.json
blob6b286f3ae99083877100d1c3e817cea743313e04
2   "name": "RxRestClient",
3   "version": "1.3.1",
4   "summary": "Simple REST Client based on RxSwift and Alamofire.",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/stdevteam/RxRestClient",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tigran Hambardzumyan": "tigran@stdevmail.com"
14   },
15   "source": {
16     "git": "https://github.com/stdevteam/RxRestClient.git",
17     "tag": "1.3.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "RxRestClient/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ],
27     "RxCocoa": [
28       "~> 5"
29     ],
30     "Alamofire": [
31       "~> 4"
32     ],
33     "RxAlamofire": [
34       "~> 5"
35     ]
36   },
37   "swift_version": "5.0"