blob: 37da597f6e641ad32e1c2b2803de8fe17369995d [file] [log] [blame]
{
"name": "Shouter",
"version": "0.3.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.3.0"
},
"source_files": "Shouter/*.swift",
"swift_version": "4.2",
"requires_arc": true
}