[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / f / RxRestClient / 2.2.1 / RxRestClient.podspec.json
blobb456a0e939f986e36f8ef85e60d4cf81cad93a00
2   "name": "RxRestClient",
3   "version": "2.2.1",
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.2.1"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/RxRestClient/**/*",
26   "dependencies": {
27     "RxSwift": [
28       ">= 5.1"
29     ],
30     "RxAlamofire": [
31       ">= 5.6"
32     ]
33   },
34   "swift_version": "5.1"