blob: 983a0645bcf8ea9369cb6f6d55615e566e506b5e [file] [log] [blame]
{
"name": "MessageBox",
"version": "1.0.2",
"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.0.2"
},
"source_files": [
"",
"MessageBox.swift"
],
"requires_arc": true
}