KSYRTCLive.podspec.json 834 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "KSYRTCLive",
  3. "version": "1.9.0",
  4. "license": {
  5. "type": "Proprietary",
  6. "text": " Copyright 2015 kingsoft Ltd. All rights reserved.\n"
  7. },
  8. "homepage": "http://v.ksyun.com/doc.html",
  9. "authors": {
  10. "ksyun": "zengfangpin@kingsoft.com"
  11. },
  12. "summary": "KSYRTCLiveSDK 是 金山云的连麦SDK.",
  13. "description": "KSYRTCLiveSDK 是 金山云的连麦SDK.\n需要依赖KSYGPULive, 在直播的基础上添加实时通信的功能, 达到连麦直播的目的.",
  14. "platforms": {
  15. "ios": "7.0"
  16. },
  17. "requires_arc": true,
  18. "frameworks": "VideoToolbox",
  19. "ios": {
  20. "libraries": [
  21. "z",
  22. "iconv",
  23. "stdc++.6"
  24. ]
  25. },
  26. "source": {
  27. "git": "https://github.com/ksvc/KSYRTCLive_iOS.git",
  28. "tag": "v1.9.0"
  29. },
  30. "vendored_frameworks": "framework/libksyrtclivedy.framework"
  31. }