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