blob: d3739f6af64141003cc4c77b40277b86f7904542 [file] [log] [blame]
{
"name": "NotificationCenter",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "NotificationCenter/NotificationCenter/Class/**/*",
"public_header_files": "NotificationCenter/NotificationCenter/Class/*.h"
}