blob: 3af9ea5c74b8e6cb3d0e4436898a055fcab936b8 [file] [log] [blame]
{
"name": "ApplicationEventObserver",
"version": "1.0.1",
"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.1"
},
"source_files": "ApplicationEventObserver/**/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}