blob: bf356edcbd207f1ae51afcbd1434d84c72fda1b8 [file] [log] [blame]
{
"name": "KSYMediaPlayer_iOS",
"version": "2.7.0",
"license": {
"type": "Proprietary",
"text": " Copyright 2015 kingsoft Ltd. All rights reserved.\n"
},
"homepage": "http://v.ksyun.com/doc.html",
"authors": {
"FanpingZeng": "zengfanping@kingsoft.com"
},
"summary": "KSYMediaPlayer_iOS sdk manages the playback of a movie or live streaming.",
"description": "KSYUN Live Streaming player SDK, upporting RTMP HTTP-FLV HLS protocol, Living delay less than 2 or 3 seconds.\nKSYMediaPlayer_iOS.framework is a static framework.",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "VideoToolbox",
"ios": {
"libraries": [
"z",
"iconv",
"stdc++.6",
"bz2"
]
},
"source": {
"git": "https://github.com/ksvc/KSYMediaPlayer_iOS.git",
"tag": "v2.7.0"
},
"default_subspecs": "KSYMediaPlayer_live",
"subspecs": [
{
"name": "KSYMediaPlayer_live",
"vendored_frameworks": "framework/live/KSYMediaPlayer.framework"
},
{
"name": "KSYMediaPlayer_vod",
"vendored_frameworks": "framework/vod/KSYMediaPlayer.framework"
}
]
}