[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 5 / YMLiveKit / 0.1.0 / YMLiveKit.podspec.json
blob7b99f8b44a7443b30b1d914f36f857f6968e81e2
2   "name": "YMLiveKit",
3   "version": "0.1.0",
4   "summary": "译码小二郎直播推流框架 YMLiveKit.",
5   "description": "YMLiveKit 是译码小二郎自研的直播推流框架",
6   "homepage": "https://gitee.com/yimaxiaoerlang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reyzhang2010": "zhanglei5415@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yimaxiaoerlang/ymlivekit-ios",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "static_framework": true,
25   "requires_arc": true,
26   "vendored_frameworks": "YMLiveKit.framework",
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "AVFoundation",
31     "OpenGLES",
32     "VideoToolbox",
33     "AudioToolbox"
34   ],
35   "libraries": [
36     "c++",
37     "bz2",
38     "z",
39     "iconv"
40   ],
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-Objc -lbz2 -lc++ -lsqlite3 -lz"
43   },
44   "dependencies": {
45     "GPUImage": [
46       "0.1.7"
47     ],
48     "Masonry": [
50     ],
51     "MBProgressHUD": [
53     ],
54     "SDWebImage": [
56     ],
57     "MJExtension": [
59     ],
60     "AFNetworking": [
61       "4.0.1"
62     ]
63   }