| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "KSYRTCLive",
- "version": "1.9.0",
- "license": {
- "type": "Proprietary",
- "text": " Copyright 2015 kingsoft Ltd. All rights reserved.\n"
- },
- "homepage": "http://v.ksyun.com/doc.html",
- "authors": {
- "ksyun": "zengfangpin@kingsoft.com"
- },
- "summary": "KSYRTCLiveSDK 是 金山云的连麦SDK.",
- "description": "KSYRTCLiveSDK 是 金山云的连麦SDK.\n需要依赖KSYGPULive, 在直播的基础上添加实时通信的功能, 达到连麦直播的目的.",
- "platforms": {
- "ios": "7.0"
- },
- "requires_arc": true,
- "frameworks": "VideoToolbox",
- "ios": {
- "libraries": [
- "z",
- "iconv",
- "stdc++.6"
- ]
- },
- "source": {
- "git": "https://github.com/ksvc/KSYRTCLive_iOS.git",
- "tag": "v1.9.0"
- },
- "vendored_frameworks": "framework/libksyrtclivedy.framework"
- }
|