blob: 0fdb65937d55449f0f8f3858ae0db221111b1e4d [file] [log] [blame]
{
"name": "StatusBarNotificationCenter",
"version": "1.0.0",
"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.",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"frameworks": "UIKit"
}