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