blob: 83f3bec81db920145bfff6bcc7697536f1c35ea6 [file] [log] [blame]
{
"name": "BSYNotificationCenter",
"version": "1.0.0",
"license": "MIT",
"summary": "BSYNotificationCenter是对通知的简单封装,开发者不用再去关注移除这些问题,在方法中注册成功/接受成功后直接删除.",
"homepage": "https://github.com/baishiyun/BSYNotificationCenter",
"source": {
"git": "https://github.com/baishiyun/BSYNotificationCenter.git",
"tag": "1.0.0"
},
"source_files": "BSYNotificationCenter/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"authors": {
"白仕云": "baishiyun@163.com"
},
"social_media_url": "https://github.com/baishiyun"
}