[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 7 / c / 5 / YMLiveKit / 0.1.3 / YMLiveKit.podspec.json
blobebc5d6c136ef7d73e364767d4045535150ca0901
2   "name": "YMLiveKit",
3   "version": "0.1.3",
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.3"
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   "dependencies": {
42     "IJKMediaFramework": [
44     ]
45   }