blob: 22b8fb6d88e35bc96fbb794449fe9691eec6505c [file] [log] [blame]
{
"name": "RxRelay",
"version": "0.1.3",
"summary": "Reactive broadcaster pattern",
"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.",
"homepage": "https://github.com/wassimseif/rxrelay",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Wassim Seifeddine": "wassim_seifeddine95@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wassimseif/RxRelay.git",
"tag": "0.1.3"
},
"source_files": [
"RxRelay",
"*"
],
"exclude_files": "",
"dependencies": {
"RxSwift": [
]
},
"pushed_with_swift_version": "3.0"
}