[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / f / RxNetworking / 0.0.1 / RxNetworking.podspec.json
blob00d5d4165893d457738919a3d90ad4697d613a1d
2   "name": "RxNetworking",
3   "version": "0.0.1",
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.1"
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   }