[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / 2 / 0 / RZIMKit / 0.1.0 / RZIMKit.podspec.json
blob0dacdb0c1ce1ca5bab036ac621a50e10a2bb1870
2   "name": "RZIMKit",
3   "version": "0.1.0",
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.0"
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   ],
32   "dependencies": {
33     "SocketRocket": [
35     ],
36     "AFNetworking": [
37       "3.2.1"
38     ],
39     "FMDB": [
41     ],
42     "MJExtension": [
44     ],
45     "SDWebImage": [
47     ],
48     "TZImagePickerController": [
50     ]
51   },
52   "vendored_libraries": "RZIMKit/Classes/UI/Conversation/VoiceConvert/Lame/*.a",
53   "static_framework": true