blob: 0e155c2d373e3f412943f16c9d84b993f6d3ec25 [file] [log] [blame]
{
"name": "NotificationCenter",
"version": "1.1.0",
"summary": "block通知中心.",
"description": "block通知中心.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/NotificationCenter.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "NotificationCenter/NotificationCenter/Class/**/*",
"public_header_files": "NotificationCenter/NotificationCenter/Class/*.h"
}