blob: 54c4175ead54bcb3b574dfe1582185ad41eab324 [file] [log] [blame]
{
"name": "Shouter",
"version": "0.2.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.2.0"
},
"source_files": "Shouter/*.swift",
"swift_version": "4.2",
"requires_arc": true
}