[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 1 / 7 / YxtRtcEngineKit / 1.0.30 / YxtRtcEngineKit.podspec.json
blobcb89c534d02f45ca27548e6be69bffdaaa47670a
2   "name": "YxtRtcEngineKit",
3   "version": "1.0.30",
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.30"
26   },
27   "platforms": {
28     "ios": "9.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         "MetalKit"
51       ],
52       "libraries": "c++"
53     },
54     {
55       "name": "ScreenShareExtension",
56       "ios": {
57         "vendored_frameworks": "Framework/YXTScreenShare.framework"
58       },
59       "frameworks": "ReplayKit",
60       "libraries": "c++"
61     }
62   ]