[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / f / RxRestClient / 2.1.0 / RxRestClient.podspec.json
blob6518d70caac44663d0e036c46ffce60355c6bc4c
2   "name": "RxRestClient",
3   "version": "2.1.0",
4   "summary": "Simple REST Client based on RxSwift and Alamofire.",
5   "swift_versions": "5.1",
6   "description": "Reactive way to interact 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/STDevTM/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/STDevTM/RxRestClient.git",
17     "tag": "2.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/RxRestClient/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       ">= 5.1"
26     ],
27     "RxCocoa": [
28       ">= 5.1"
29     ],
30     "Alamofire": [
31       ">= 5.1"
32     ],
33     "RxAlamofire": [
34       ">= 5.6"
35     ]
36   },
37   "swift_version": "5.1"