blob: 4a607e8c32307edd6b920c5cab8e589494815b40 [file] [log] [blame]
{
"name": "ApplicationEventObserver",
"version": "1.0.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": "8.0"
},
"source": {
"git": "https://github.com/sgr-ksmt/ApplicationEventObserver.git",
"tag": "1.0.0"
},
"source_files": "ApplicationEventObserver/**/*.swift",
"requires_arc": true
}