KSYGPULive_iOS.podspec.json 1.21 KB
{
  "name": "KSYGPULive_iOS",
  "version": "1.6.1",
  "license": {
    "type": "Proprietary",
    "text": "      Copyright 2015 kingsoft Ltd. All rights reserved.\n"
  },
  "homepage": "http://v.ksyun.com/doc.html",
  "authors": {
    "Peng Bin": "pengbin@kingsoft.com"
  },
  "summary": "KSYGPULiveSDK help you play and stream live video from ios mobile devices.",
  "description": "* KSYGPULiveSDK KSYStreamer     capture video, compress and publish stream to rtmp server\n* KSYGPULiveSDK KSYMediaPlayer  manages the playback of movie or live streaming\n* KSYGPULiveSDK KSYStreamerBase compress input CMSampleBuffers and publish stream to rtmp server\n* KSYGPULiveSDK KSYGPUCamera    capture video, Inherits from  GPUImageVideoCamera\n* KSYGPULiveSDK KSYGPUStreamer  Conforms to GPUImageInput, compress and publish filted video to rtmp server",
  "platforms": {
    "ios": "7.0"
  },
  "requires_arc": true,
  "frameworks": "VideoToolbox",
  "dependencies": {
    "GPUImage": [

    ]
  },
  "ios": {
    "libraries": [
      "z",
      "iconv",
      "stdc++.6"
    ]
  },
  "source": {
    "git": "https://github.com/ksvc/KSYLive_iOS.git",
    "tag": "v1.6.1"
  },
  "vendored_frameworks": "framework/livegpu/libksygpulive.framework"
}