blob: 5ca7066b478bd55ea4a8788b2a258605fe2ac1f8 [file] [log] [blame]
{
"name": "ZYBVideoPlayView",
"version": "1.0.0",
"summary": "An iOS video player use AVPlayer,support mp4/m3u8",
"description": "A custom video player on iOS, which implement by Swift.",
"homepage": "https://github.com/zhaoyabei/ZYBVideoPlayView",
"license": "LICENSE",
"authors": {
"赵亚北": "yabeizhao@126.com"
},
"source": {
"git": "https://github.com/zhaoyabei/ZYBVideoPlayView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ZYBVideoPlayViewExample/ZYBVideoPlayView",
"frameworks": [
"AVFoundation",
"UIKit"
]
}