blob: 81ee406f57ff8e57a0726b25a684476540cc6b7a [file] [log] [blame]
{
"name": "LLVideoPlayer",
"version": "0.4.2",
"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.4.2"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": "LLVideoPlayer/**/*.h",
"source_files": "LLVideoPlayer/**/*.{m,h}",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"AVFoundation"
]
}