blob: 3fe4828143993a6f2e357d9f1bedde628a707d61 [file] [log] [blame]
{
"name": "Megaphone",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/jasonnam/Megaphone",
"authors": {
"Jason Nam": "contact@jasonnam.com"
},
"summary": "Inter-process notification with Darwin notification center.",
"source": {
"git": "https://github.com/jasonnam/Megaphone.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Megaphone/*.swift",
"swift_version": "5.0"
}