[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 1 / 8 / c / RongCloudRTC_Private / 5.1.7.3 / RongCloudRTC_Private.podspec.json
blobc0f9cdc9f37136eaf93c36d133c46ebab1daa425
2   "name": "RongCloudRTC_Private",
3   "version": "5.1.7.3",
4   "summary": "RongCloud RTC for private environment",
5   "homepage": "http://www.rongcloud.cn",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2018 RongCloud"
9   },
10   "authors": {
11     "tanghaibing": "tanghaibing@bailingcloud.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://downloads.rongcloud.cn/RongCloudRTC_Private_V5_1_7_3.zip"
18   },
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "VALID_ARCHS": "arm64 armv7 x86_64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "subspecs": [
28     {
29       "name": "RongRTCLib",
30       "vendored_frameworks": "RongCloudRTC_Private/RongRTCLib.xcframework",
31       "xcconfig": {
32         "OTHER_LDFLAGS": "-ObjC"
33       },
34       "libraries": "c++",
35       "frameworks": [
36         "VideoToolbox",
37         "GLKit"
38       ],
39       "dependencies": {
40         "RongCloudIM_Private/IMLibCore": [
41           ">=5.1.3.9"
42         ]
43       }
44     },
45     {
46       "name": "RongCallLib",
47       "vendored_frameworks": "RongCloudRTC_Private/RongCallLib.xcframework",
48       "xcconfig": {
49         "OTHER_LDFLAGS": "-ObjC"
50       },
51       "dependencies": {
52         "RongCloudRTC_Private/RongRTCLib": [
54         ]
55       }
56     },
57     {
58       "name": "RongCallKit",
59       "resources": [
60         "RongCloudRTC_Private/RongCallKit.bundle",
61         "RongCloudRTC_Private/en.lproj",
62         "RongCloudRTC_Private/zh-Hans.lproj",
63         "RongCloudRTC/**/ar.lproj"
64       ],
65       "vendored_frameworks": "RongCloudRTC_Private/RongCallKit.xcframework",
66       "xcconfig": {
67         "OTHER_LDFLAGS": "-ObjC"
68       },
69       "dependencies": {
70         "RongCloudRTC_Private/RongCallLib": [
72         ],
73         "RongCloudIM_Private/IMLib": [
74           ">=5.1.3.9"
75         ],
76         "RongCloudIM_Private/IMKit": [
77           ">=5.1.3.9"
78         ]
79       }
80     },
81     {
82       "name": "RongRTCReplayKitExt",
83       "vendored_frameworks": "RongCloudRTC_Private/RongRTCReplayKitExt.xcframework",
84       "xcconfig": {
85         "OTHER_LDFLAGS": "-ObjC"
86       }
87     }
88   ]