blob: 615cc13f2202208507b78fec0d30d589eb8501ef [file] [log] [blame]
{
"name": "MessageBox",
"version": "1.1.1",
"summary": "MessageBox is a simple concept for decoupling entities. Think of it as notifications but the opposite.",
"description": "MessageBox is a simple concept for decoupling entities. Think of it as notifications but lazy. For example entity A can place a message that entity B can read whenever suitable – not at once like notifications.\n- For example entity A can place a message that entity B can read whenever suitable – not at once like notifications.\n- A view controller would like to talk to another view controller, but you don't want to create a strong or weak relationship.",
"homepage": "https://github.com/MKGitHub/MessageBox-Concept",
"screenshots": "https://raw.githubusercontent.com/MKGitHub/MessageBox-Concept/master/MessageBox.png",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Mohsan Khan": "git.mk@xybernic.com"
},
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/MKGitHub/MessageBox-Concept.git",
"tag": "1.1.1"
},
"source_files": "Sources/MessageBox.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0.1"
}