blob: eadd9e6622177e760ac1a7c3096f902d6a1088c1 [file] [log] [blame]
{
"name": "TypedNotificationCenter",
"version": "1.5.0",
"license": "MIT",
"summary": "Swiftier version of Apple's NotificationCenter.",
"homepage": "https://github.com/Cyberbeni/TypedNotificationCenter",
"authors": {
"Benedek Kozma": "cyberbeni@gmail.com"
},
"source": {
"git": "https://github.com/Cyberbeni/TypedNotificationCenter.git",
"tag": "1.5.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.1.3"
],
"source_files": "Sources/TypedNotificationCenter/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1.3"
}