blob: 648e110dd41e2e24888698919c32470b36358b0a [file] [log] [blame]
{
"name": "XKNotificationCenter",
"version": "2.0.0",
"summary": "消息中心,异步传递消息",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ryanmans/XKNotificationCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryanmans": "1696186412@qq.com"
},
"source": {
"git": "https://github.com/ryanmans/XKNotificationCenter.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKNotificationCenter/Classes/**/*",
"ios": {
"vendored_frameworks": "XKNotificationCenter/Classes/XKNotificationCenter.framework"
}
}