blob: eeb0ad1c985749dc4e7a64a7fb9ef4f7cf85bead [file] [log] [blame]
{
"name": "LLVideoPlayer",
"version": "0.7.9",
"summary": "A Low Level Video Player.",
"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.7.9"
},
"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"
}
]
}