blob: 6b4584dcabde9b7c4858d201586495d79110a587 [file] [log] [blame]
{
"name": "LLVideoPlayer",
"version": "0.8.6",
"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": "0.8.6"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": "LLVideoPlayer/*.h",
"source_files": "LLVideoPlayer/*.{m,h}",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"AVFoundation"
],
"subspecs": [
{
"name": "Private",
"source_files": "LLVideoPlayer/Private"
},
{
"name": "CacheSupport",
"dependencies": {
"LLVideoPlayer/Private": [
]
},
"source_files": "LLVideoPlayer/CacheSupport"
}
]
}