blob: 8831ade3262081943c76bd52cf03cfb2cbc7e69c [file] [log] [blame]
{
"name": "VideoViewController",
"version": "1.1",
"authors": {
"Danil Gontovnik": "gontovnik.danil@gmail.com"
},
"homepage": "https://github.com/gontovnik/Periscope-VideoViewController",
"summary": "Video view controller with Periscope fast rewind control",
"source": {
"git": "https://github.com/gontovnik/Periscope-VideoViewController.git",
"tag": "1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VideoViewController/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"AVFoundation"
]
}
}