blob: a08f79b28d1fc943653032b609b24985f5c24c8f [file] [log] [blame]
{
"name": "ApplicationEventObserver",
"version": "2.0",
"summary": "Application event notification (e.g. UIApplicationDidBecomeActiveNotification) handling in Swift.",
"description": "Application event notification (e.g. UIApplicationDidBecomeActiveNotification) handling in Swift.\nYou don't have to use `NSNotificationCenter`.",
"homepage": "https://github.com/sgr-ksmt/ApplicationEventObserver",
"license": "MIT",
"authors": "Suguru Kishimoto",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/sgr-ksmt/ApplicationEventObserver.git",
"tag": "2.0"
},
"source_files": "ApplicationEventObserver/**/*.swift",
"swift_version": "5.0"
}