[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / e / RCVoiceRoomLib / 1.0.0 / RCVoiceRoomLib.podspec.json
bloba9578d230422d853842703fe0669c3f5f605f896
2   "name": "RCVoiceRoomLib",
3   "version": "1.0.0",
4   "summary": "Rong Cloud Voice Room Lib.",
5   "description": "Rong Cloud Voice Room Lib for iOS.",
6   "homepage": "https://www.rongcloud.cn/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2021 RongCloud"
10   },
11   "authors": {
12     "zangqilong": "https://www.rongcloud.cn/"
13   },
14   "social_media_url": "https://www.rongcloud.cn/",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/rongcloud/rongcloud-voiceroom-ios-sdk.git",
20     "tag": "1.0.0"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "xcconfig": {
25     "VALID_ARCHS": "arm64 x86_64 armv7"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "vendored_frameworks": "RCVoiceRoomLib.xcframework",
34   "dependencies": {
35     "RongCloudRTC/RongRTCLib": [
36       "~> 5.1.3"
37     ],
38     "RongCloudIM/IMLib": [
39       "~> 5.1.3"
40     ]
41   }