[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 7 / e / RxReachability / 0.1.1 / RxReachability.podspec.json
blob039f17b8c1ff82d2916de74a2aaa6be7f2c912d3
2   "name": "RxReachability",
3   "version": "0.1.1",
4   "summary": "RxSwift bindings for Reachability",
5   "description": "RxReachability adds easy to use RxSwift bindings for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).\nYou can react to network reachability changes and even retry observables when network comes back up.",
6   "homepage": "https://github.com/ivanbruel/RxReachability",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ivanbruel": "ivan.bruel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ivanbruel/RxReachability.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/ivanbruel",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": "RxReachability/Classes/**/*",
25   "dependencies": {
26     "ReachabilitySwift": [
27       "~> 3"
28     ],
29     "RxSwift": [
30       "~> 3.0"
31     ],
32     "RxCocoa": [
33       "~> 3.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"