[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / WCSessionRx / 0.0.1 / WCSessionRx.podspec.json
blobf2c83533b687f31d920cc0ccecacaeb787b98f28
2   "name": "WCSessionRx",
3   "version": "0.0.1",
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": "0.0.1"
21   },
22   "source_files": "WCSession+Rx/**/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.0.0"
26     ],
27     "RxCocoa": [
28       "~> 3.0.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"