[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 2 / 4 / RxRelay / 0.1.3 / RxRelay.podspec.json
blob22b8fb6d88e35bc96fbb794449fe9691eec6505c
2   "name": "RxRelay",
3   "version": "0.1.3",
4   "summary": "Reactive broadcaster pattern",
5   "description": "Because the Observer Design pattern is something every developer should know. It facilitates the communication between objects and simplify the logic of your app. Implementing it in a Reactive way will take it to a whole new level.",
6   "homepage": "https://github.com/wassimseif/rxrelay",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Wassim  Seifeddine": "wassim_seifeddine95@live.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/wassimseif/RxRelay.git",
19     "tag": "0.1.3"
20   },
21   "source_files": [
22     "RxRelay",
23     "*"
24   ],
25   "exclude_files": "",
26   "dependencies": {
27     "RxSwift": [
29     ]
30   },
31   "pushed_with_swift_version": "3.0"