[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / a / RxCocoaNetworking / 0.2.2 / RxCocoaNetworking.podspec.json
blobf9f135b9ee627d7a71a65c887cb57323c37f3831
2   "name": "RxCocoaNetworking",
3   "version": "0.2.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Moya-inspired, RxTest-testable networking framework built on top of RxCocoa",
9   "homepage": "https://github.com/gobetti/RxCocoaNetworking",
10   "social_media_url": "https://twitter.com/mwgobetti",
11   "authors": {
12     "Marcelo Gobetti": "mwgobetti@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gobetti/RxCocoaNetworking.git",
16     "tag": "v0.2.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "dependencies": {
27     "RxCocoa": [
28       "~> 4.3"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/**/*.swift",
35       "frameworks": "Foundation"
36     }
37   ]