blob: d3c48867a871fe75de5d6e1fe471d7be1013b244 [file] [log] [blame]
{
"name": "HSNotification",
"version": "0.1.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.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "2.0"
},
"source_files": "HSNotification/Classes/**/*"
}