blob: 8ba46e14ae2ac32867e09f9d1bbe999f22f86f36 [file] [log] [blame]
{
"name": "EBForeNotification",
"version": "1.0.2",
"summary": "iOS 前台推送及事件处理。iOS Foreground Push Notification and event-handle.",
"description": "在 App 处于前台时展示跟系统完全一样的推送弹窗和声音。获取推送内容,并处理点击事件。iOS Foreground Push Notification, the same as the system style, both Banner and Sound.",
"homepage": "https://github.com/Yasashi/EBForeNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"E.B": "57380422@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Yasashi/EBForeNotification.git",
"tag": "1.0.2"
},
"source_files": [
"EBForeNotification",
"EBForeNotification/*.{h,m}"
],
"public_header_files": "EBForeNotification/EBForeNotification.h",
"resources": "EBForeNotification/*.xib",
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
],
"libraries": "objc"
}