[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 1 / 7 / YxtRtcEngineKit / 1.0.26 / YxtRtcEngineKit.podspec.json
blobe308cf72ba42e40d1d13e4923bf692209db5caa6
2   "name": "YxtRtcEngineKit",
3   "version": "1.0.26",
4   "summary": "音视频SDK",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "YxtRtcEngineKit": "me_zqx@163.com"
11   },
12   "homepage": "https://me_zqx.coding.net/p/yunxuetang/d/YxtRtcKit/git/tree/master/LICENSE",
13   "description": "TODO: Add long description of the pod here.",
14   "xcconfig": {
15     "VALID_ARCHS": "arm64"
16   },
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "source": {
24     "git": "https://e.coding.net/me_zqx/yunxuetang/YxtRtcEngineRelease.git",
25     "tag": "1.0.26"
26   },
27   "platforms": {
28     "ios": "10.0"
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "ios": {
35         "vendored_frameworks": "Framework/YxtRtcKit.framework"
36       },
37       "frameworks": [
38         "UIKit",
39         "MediaPlayer",
40         "AVFoundation",
41         "WebKit",
42         "AudioToolbox",
43         "VideoToolbox",
44         "CoreGraphics",
45         "GLKit",
46         "SystemConfiguration",
47         "OpenGLES",
48         "CoreMedia",
49         "QuartzCore"
50       ],
51       "libraries": "c++"
52     },
53     {
54       "name": "SegmentationExtension",
55       "ios": {
56         "vendored_frameworks": "Framework/SegmentationExtension.framework"
57       },
58       "dependencies": {
59         "GoogleMLKit/SegmentationSelfie": [
60           "3.0.0"
61         ]
62       }
63     }
64   ]