blob: 3050a93c7d025df33f9624f18aab469cad3f2cf1 [file] [log] [blame]
{
"name": "KSYGPULive_iOS",
"version": "1.6.0",
"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.0"
},
"vendored_frameworks": "framework/livegpu/libksygpulive.framework"
}