blob: aa8b11a4d34914d4b84d4495c695d30d981c38f1 [file] [log] [blame]
{
"name": "ZYVideoPlayView",
"version": "1.0.0",
"summary": "ZYVideoPlayView is a new implementation based on AVPlayer. Support MP4 and m3u8",
"homepage": "https://github.com/zhiyongzou/ZYVideoPlayView",
"license": "MIT",
"authors": {
"zzyong": ""
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhiyongzou/ZYVideoPlayView.git",
"tag": "1.0.0"
},
"ios": {
"source_files": "ZYVideoPlayView/*.{h,m}",
"frameworks": "AVFoundation"
},
"requires_arc": true
}