[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / 2 / RxFetch / 0.1.0 / RxFetch.podspec.json
blobccff22a8476d4b2a5fe920f8bbd9f31c6d5a5712
2   "name": "RxFetch",
3   "version": "0.1.0",
4   "swift_versions": "5.0",
5   "summary": "fetch abstraction based on Rx",
6   "description": "fetch abstraction based on Rx with declarative taste.",
7   "homepage": "https://github.com/wddwycc/RxFetch",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wddwycc": "wddwyss@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wddwycc/RxFetch.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/wddwycc",
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0",
23     "osx": "10.10",
24     "watchos": "3.0"
25   },
26   "requires_arc": true,
27   "source_files": "Sources/**/*",
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0"
31     ],
32     "RxCocoa": [
33       "~> 5.0"
34     ]
35   },
36   "swift_version": "5.0"