blob: 8c89891885a3b507efcc1896592344398983c05e [file] [log] [blame]
{
"name": "VIMVideoPlayer",
"version": "5.5",
"summary": "A simple wrapper around the AVPlayer and AVPlayerLayer classes.",
"description": " VIMVideoPlayer is a simple wrapper around the AVPlayer and AVPlayerLayer classes. Check out the README for details. And the Pegasus project for a demo.\n",
"homepage": "https://github.com/vimeo/VIMVideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alfie Hanssen": "alfiehanssen@gmail.com"
},
"social_media_url": "http://twitter.com/vimeo",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/vimeo/VIMVideoPlayer.git",
"tag": "5.5"
},
"source_files": [
"VIMVideoPlayer",
"VIMVideoPlayer/*.{h,m}"
],
"exclude_files": "VIMVideoPlayer/Exclude",
"requires_arc": true
}