blob: 26e831246af5b168aea006c48a5148d019862444 [file] [log] [blame]
{
"name": "HcdCachePlayer",
"version": "0.0.5",
"summary": "A video player with cache.",
"description": "一个使用AVPlayer封装的带缓存的视频播放器,支持全屏,可以左右滑动手势快进快退,上下滑动手势调节屏幕亮度",
"homepage": "https://github.com/Jvaeyhcd/HcdCachePlayer",
"screenshots": "https://raw.githubusercontent.com/Jvaeyhcd/HcdCachePlayer/master/screen.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jvaeyhcd": "chedahuang@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Jvaeyhcd/HcdCachePlayer.git",
"tag": "0.0.5"
},
"source_files": "hcdCachePlayer/**/*.{h,m}",
"resources": "hcdCachePlayer/hcdCachePlayer.bundle",
"frameworks": [
"UIKit",
"AVFoundation",
"MobileCoreServices",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}