blob: 93c337bd1a75349bf302fabc9133d05a36aff458 [file] [log] [blame]
{
"name": "WBNotification",
"version": "0.1.0",
"summary": "封装系统推送通知;device token 转字符串;推送消息点击一条消失一条,而不是点击全部消失;点击打开系统设置推送通知界面; 方便简洁.",
"description": "一行代码注册推送通知,适配iOS8+,包含 device token 转字符串方法;判断APP是否允许推送方法;推送消息点一条消失一条,跳转系统设置推送通知界面;",
"homepage": "https://github.com/huipengo/WBNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"彭辉": "penghui_only@163.com"
},
"source": {
"git": "https://github.com/huipengo/WBNotification.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/*.{h,m}"
}