blob: ab9ad8a3186feec3db77035b942ce1449b1668be [file] [log] [blame]
{
"name": "StatusBarNotificationCenter",
"version": "1.1.3",
"summary": "a library that can be used in your application to show customised status bar notification.",
"description": "During out software development, we want to find a library that can show notification from the status bar, This project learned many thought from the popular CWStatusBarNotificationlibrary, but with much cleaner code implementation(in my own option) and fully written in Swift 2.0, and more extendable, and also it comes with more customisation options, and support multitasking and split view comes with iOS9+ . You can check it if you want to find a custom status bar notification library.\nKey Feature:\n1. Support split view in iPad Air and iPad Pro\n2. Support Concurrency\n3. Highly customizable\n 4. Simple architecture\n **Now, you can let the users interact with the app during the notification is showing by setting the userInteractionEnabled flag of thee StatusBarNotificationCenter configuration, and you can check the latest commit to say how easy it is to add this functionality**\n ![screenshot](screenshots/screenshoot.gif)",
"homepage": "https://github.com/36Kr-Mobile/StatusBarNotificationCenter.git",
"license": "MIT",
"authors": {
"Shannon Wu": "inatu@icloud.com"
},
"source": {
"git": "https://github.com/36Kr-Mobile/StatusBarNotificationCenter.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"frameworks": "UIKit"
}