[Add] RiveRuntime 6.5.11
[CocoaPods.git] / Specs / 7 / 5 / 1 / YQRTCKit / 0.0.4 / YQRTCKit.podspec.json
blobd0ddd559f3a985687c5e62406ca5c2c4310466e8
2   "name": "YQRTCKit",
3   "version": "0.0.4",
4   "summary": "SIP Call SDK",
5   "description": "WebRTC方式语音视频外呼SDK,可以实现手机通话,手机视频等功能",
6   "homepage": "http://www.yunqu-info.com",
7   "license": "MIT",
8   "authors": {
9     "LJW": "lujingwen@yunqu-info.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/2579161510/YQRTCKit.git",
16     "tag": "0.0.4"
17   },
18   "requires_arc": true,
19   "vendored_frameworks": "YQRTCKit.framework",
20   "dependencies": {
21     "MJExtension": [
22       "~> 3.1.2"
23     ],
24     "GoogleWebRTC": [
25       "~> 1.1.31999"
26     ],
27     "AFNetworking": [
28       "~> 4.0.0"
29     ]
30   },
31   "module_name": "YQRTCKit",
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO",
34     "VALID_ARCHS": "x86_64 arm64",
35     "OTHER_LDFLAGS": "-lObjC"
36   }