[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 0 / 3 / YMIMKit / 0.1.6 / YMIMKit.podspec.json
blob639bac7a6f2e7d9201775fbe2a5bfeb6406666bb
2   "name": "YMIMKit",
3   "version": "0.1.6",
4   "summary": "译码小二郞即时通讯界面库(YMIMKit)",
5   "description": "译码小二郞即时通讯界面库(YMIMKit)是青岛译码小二郎企业总部管理有限公司自研的一套支持单聊,群聊等能力的IM组件。 皆在为用户提供一种高并发,高可用的,易集成的即时通讯系统。",
6   "homepage": "https://gitee.com/yimaxiaoerlang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yimaxiaoerlang": "yingxinjituan0532@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yimaxiaoerlang/ymimkit-ios",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "CoreMedia",
28     "VideoToolbox",
29     "AudioToolbox",
30     "AssetsLibrary",
31     "Photos",
32     "CoreGraphics"
33   ],
34   "vendored_frameworks": "YMIMKit.framework",
35   "resources": [
36     "YMIMKit/Assets/*.bundle",
37     "YMIMKit/Assets/*.plist"
38   ],
39   "vendored_libraries": "libmp3lame.a",
40   "dependencies": {
41     "YMIMLib": [
42       "~> 0.1.6"
43     ],
44     "TZImagePickerController": [
46     ]
47   }