blob: 55be7add0a88fca950ed7de3807ac46c230037d8 [file] [log] [blame]
{
"name": "HSObserver",
"version": "1.1.0",
"summary": "Nicer Notification Observers for Swift. - Better creation, activation/deactivation and cleanup",
"description": "Better Notification Observer 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/HSObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ConfusedVorlon": "rob@hobbyistsoftware.com"
},
"source": {
"git": "https://github.com/ConfusedVorlon/HSObserver.git",
"tag": "1.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "2.0"
},
"source_files": "HSObserver/Classes/**/*",
"swift_version": "5.0"
}