[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / e / MessageBox / 1.0.2 / MessageBox.podspec.json
blob983a0645bcf8ea9369cb6f6d55615e566e506b5e
2   "name": "MessageBox",
3   "version": "1.0.2",
4   "summary": "MessageBox is a simple concept for decoupling entities. Think of it as notifications but the opposite.",
5   "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.",
6   "homepage": "https://github.com/MKGitHub/MessageBox-Concept",
7   "screenshots": "https://raw.githubusercontent.com/MKGitHub/MessageBox-Concept/master/MessageBox.png",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Mohsan Khan": "git.mk@xybernic.com"
14   },
15   "platforms": {
16     "osx": "10.11",
17     "ios": "9.0",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/MKGitHub/MessageBox-Concept.git",
23     "tag": "1.0.2"
24   },
25   "source_files": [
26     "",
27     "MessageBox.swift"
28   ],
29   "requires_arc": true