blob: be1d95d68abd6dfd4270496d5bf7a9da4e9db79f [file] [log] [blame]
{
"name": "LLVideoPlayer",
"version": "1.2.1",
"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.1"
},
"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"
}
]
}