blob: 961402819ecdd0704e93504d5f365ffa575f2552 [file] [log] [blame]
{
"name": "ALMoviePlayerController",
"version": "0.2.0",
"summary": "A drop-in replacement for MPMoviePlayerController that exposes the UI elements and allows for maximum customization.",
"homepage": "https://github.com/alobi/ALMoviePlayerController",
"authors": {
"Anthony Lobianco": "anthony@lobian.co"
},
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alobi/ALMoviePlayerController.git",
"tag": "0.2.0"
},
"source_files": "ALMoviePlayerController/*.{h,m}",
"resources": "ALMoviePlayerController/Images/*.{png}",
"frameworks": [
"QuartzCore",
"MediaPlayer"
]
}