blob: d4aad85e3480c3df37f5fba5c30f836684c2837a [file] [log] [blame]
{
"name": "YDIMKit",
"version": "0.0.1",
"homepage": "https://github.com/zhoushaowen/YDIMKit",
"platforms": {
"ios": "8.0"
},
"summary": "IM UI Component",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhoushaowen": "348345883@qq.com"
},
"source": {
"git": "https://github.com/zhoushaowen/YDIMKit.git",
"tag": "0.0.1"
},
"source_files": [
"YDIMKit/YDIMKit/Controller/*.{h,m}",
"YDIMKit/YDIMKit/Extension/*.{h,m}",
"YDIMKit/YDIMKit/Model/*.{h,m}",
"YDIMKit/YDIMKit/Protocol/*.{h,m}",
"YDIMKit/YDIMKit/View/*.{h,m}",
"YDIMKit/YDIMKit/Tool/*.{h,m}"
],
"resources": "YDIMKit/YDIMKit/Source/chat.bundle",
"requires_arc": true,
"dependencies": {
"SWExpandResponse": [
],
"SWExtension": [
]
}
}