blob: ba6cad6dd4f3c313e9b18d4da572ac8060aa3a8c [file] [log] [blame]
{
"name": "Shouter",
"version": "0.4.0",
"summary": "A type safe, thread safe and memory safe alternative for NotificationCenter",
"homepage": "https://github.com/ChaosCoder/Shouter",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"ChaosCoder": "https://github.com/ChaosCoder"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ChaosCoder/Shouter.git",
"tag": "0.4.0"
},
"source_files": "Shouter/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}