blob: 86ed6c29d1961c4d2a55ea47b501d8e63bb4f083 [file] [log] [blame]
{
"name": "WBChatIMKit",
"version": "0.1.3",
"summary": "基于LeanCloud的IM功能,可以快速使用的UI框架",
"description": "提供了发送文字,图片,语音消息的控件提供了最近联系人列表未读消息提醒, 草稿缓存等基础功能",
"homepage": "https://github.com/RedRainDHY/WBChatIMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RedRain": "447154278@qq.com"
},
"source": {
"git": "https://github.com/RedRainDHY/WBChatIMKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WBChatIMKit/Classes/**/*.{h,m}",
"WBChatIMKit"
],
"vendored_frameworks": "WBChatIMKit/Classes/VoiceLib/lame.framework",
"resources": [
"WBChatIMKit/Classes/Resource/*",
"WBChatIMKit/**/*.xib"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"AVOSCloud": [
],
"AVOSCloudIM": [
]
}
}