[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / d / f / RxNetworking / 0.0.2 / RxNetworking.podspec.json
blob682c5b61fd6279df92ed2e886d760e4216e7a2e9
2   "name": "RxNetworking",
3   "version": "0.0.2",
4   "summary": "iOS Networking library using RxSwift",
5   "homepage": "https://github.com/SanjithKanagavel/RxNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "SanjithKanagavel": "sanjithkanagavel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/SanjithKanagavel/RxNetworking.git",
15     "tag": "v0.0.2"
16   },
17   "social_media_url": "https://twitter.com/Dastan__17",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "RxNetworking/Classes/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       ">= 5.0.0"
26     ]
27   }