[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / a / RxCocoaNetworking / 0.1.0 / RxCocoaNetworking.podspec.json
blobff333214048f1a486154b18fc4d0a6791401dfcc
2   "name": "RxCocoaNetworking",
3   "version": "0.1.0",
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.1.0"
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.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/**/*.swift",
35       "frameworks": "Foundation"
36     }
37   ]