[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 4 / RCLiveVideoLib / 0.0.1 / RCLiveVideoLib.podspec.json
blob2a2a7993c6f80145e61cf43ad4d220c003215984
2   "name": "RCLiveVideoLib",
3   "version": "0.0.1",
4   "summary": "live video",
5   "description": "live video dependency IM & RTC",
6   "homepage": "https://www.rongcloud.cn/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shaoshuai": "https://www.rongcloud.cn/"
13   },
14   "social_media_url": "https://www.rongcloud.cn/",
15   "source": {
16     "git": "https://github.com/rongcloud/rongcloud-livevideo-ios-sdk.git",
17     "tag": "0.0.1"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "platforms": {
22     "ios": "9.0"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "VALID_ARCHS": "arm64 x86_64 armv7",
27     "ENABLE_BITCODE": "NO"
28   },
29   "vendored_frameworks": "RCLiveVideoLib.xcframework",
30   "dependencies": {
31     "RongCloudRTC/RongRTCLib": [
32       "~> 5.1.9"
33     ],
34     "RongCloudIM/IMLib": [
35       "~> 5.1.5"
36     ]
37   }