blob: 099f2b86352abc90c10ec544cacc21a8a191c97e [file] [log] [blame]
{
"name": "WhiteCombinePlayer",
"version": "0.1.4",
"summary": "let WhiteSDK's WhitePlayer and AVPlayer play and stop together",
"description": "提供同步 Video 和 WhiteSDK WhitePlayer 播放状态功能,开放源码",
"homepage": "https://github.com/netless-io/WhiteCombinePlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leavesster": "11785335+leavesster@users.noreply.github.com"
},
"source": {
"git": "https://github.com/netless-io/WhiteCombinePlayer.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WhiteCombinePlayer/Classes/**/*",
"static_framework": true,
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"White-SDK-iOS": [
"~> 2.3"
]
}
}