blob: 750db47e7dd425527ba86fca3937b5c31a566f8e [file] [log] [blame]
{
"name": "LoopingVideoView",
"version": "1.0.0",
"summary": "An easy way to display a looping video.",
"homepage": "https://github.com/gbarcena/LoopingVideoView",
"license": "MIT",
"authors": {
"Gustavo": "gustavo@barcena.me"
},
"source": {
"git": "https://github.com/gbarcena/LoopingVideoView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LoopingVideoView/Source/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}