[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / e / b / WBChatIMKit / 0.1.3 / WBChatIMKit.podspec.json
blob86ed6c29d1961c4d2a55ea47b501d8e63bb4f083
2   "name": "WBChatIMKit",
3   "version": "0.1.3",
4   "summary": "基于LeanCloud的IM功能,可以快速使用的UI框架",
5   "description": "提供了发送文字,图片,语音消息的控件提供了最近联系人列表未读消息提醒, 草稿缓存等基础功能",
6   "homepage": "https://github.com/RedRainDHY/WBChatIMKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RedRain": "447154278@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/RedRainDHY/WBChatIMKit.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "WBChatIMKit/Classes/**/*.{h,m}",
23     "WBChatIMKit"
24   ],
25   "vendored_frameworks": "WBChatIMKit/Classes/VoiceLib/lame.framework",
26   "resources": [
27     "WBChatIMKit/Classes/Resource/*",
28     "WBChatIMKit/**/*.xib"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "FMDB": [
34     ],
35     "AVOSCloud": [
37     ],
38     "AVOSCloudIM": [
40     ]
41   }