[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / d / WCSessionRx / 1.0.0 / WCSessionRx.podspec.json
blob21f836bd2248b13adf818e9775f22e4fe062f395
2   "name": "WCSessionRx",
3   "version": "1.0.0",
4   "summary": "WCSession Reactive Extension with RxSwift.",
5   "description": "Inspired by\nhttps://github.com/ReactiveX/RxSwift/tree/master/RxExample/Extensions",
6   "homepage": "https://github.com/shintarogit/wcsession_rx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shintarogit": "sig.shintaro@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Shintaro_In",
15   "platforms": {
16     "watchos": "2.2"
17   },
18   "source": {
19     "git": "https://github.com/shintarogit/wcsession_rx.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "WCSession+Rx/**/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"