blob: 0529b99030530db10dff01605f65488acdc7100e [file] [log] [blame]
{
"name": "ALMoviePlayerController",
"version": "0.1.3",
"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.1.3"
},
"source_files": "ALMoviePlayerController/*.{h,m}",
"resources": "ALMoviePlayerController/Images/*.{png}",
"frameworks": [
"QuartzCore",
"MediaPlayer"
]
}