blob: 2176aadb0c99ac3a3d65fd617af1183b41267eb8 [file] [log] [blame]
{
"name": "HSNotification",
"version": "0.2.0",
"summary": "Nicer Notifications for Swift. - Better creation, activation/deactivation and cleanup",
"description": "Better Notifications for Swift.\n* Simpler API with sensible defaults\n* Easier to avoid 'dangling' notifications\n* Easy activation/deactivation\n* Simple integration with view controller lifecycles",
"homepage": "https://github.com/ConfusedVorlon/HSNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ConfusedVorlon": "rob@hobbyistsoftware.com"
},
"source": {
"git": "https://github.com/ConfusedVorlon/HSNotification.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "2.0"
},
"source_files": "HSNotification/Classes/**/*"
}