blob: e418109ca1f6ffa58e48bb1b4d7db3d479a211e4 [file] [log] [blame]
{
"name": "LLVideoPlayer",
"version": "1.2.2",
"summary": "A low level, flexible video player based on AVPlayer for iOS.",
"description": "LLVideoPlayer is a low level video player which is simple and easy to extend.",
"homepage": "https://github.com/huangguiyang/LLVideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mario": "mohu3g@163.com"
},
"source": {
"git": "https://github.com/huangguiyang/LLVideoPlayer.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "LLVideoPlayer/*.h",
"source_files": "LLVideoPlayer/*.{m,h}",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"AVFoundation"
],
"subspecs": [
{
"name": "CacheSupport",
"source_files": "LLVideoPlayer/CacheSupport"
}
]
}