[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 2 / 0 / RZIMKit / 0.1.9 / RZIMKit.podspec.json
blob720ac4053ffdc4bf22875e83bfb3e9d8846c96d8
2   "name": "RZIMKit",
3   "version": "0.1.9",
4   "summary": "RZIMKit 是基于WebSocket自研的即时通讯库",
5   "description": "RZIMKit 是基于WebSocket自研的即时通讯库,主要为公司内部项目提供IM能力。 功能相对简单,目前支持文本消息,Emoji, 图片消息,语音消息,视频消息",
6   "homepage": "https://gitee.com/reyzhang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "reyzhang": "27196849@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/reyzhang/rzimkit.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 armv7s arm64"
23   },
24   "source_files": "RZIMKit/Classes/**/*",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "resources": [
30     "RZIMKit/Assets/*",
31     "*.xib"
32   ],
33   "dependencies": {
34     "SocketRocket": [
36     ],
37     "AFNetworking": [
38       "4.0.1"
39     ],
40     "SDWebImage": [
42     ],
43     "MJExtension": [
45     ],
46     "TZImagePickerController": [
48     ]
49   },
50   "vendored_libraries": "RZIMKit/Classes/UI/Conversation/VoiceConvert/Lame/*.a",
51   "static_framework": true