blob: f31fbe34da8cf3d070999bff68ffafe524e253b1 [file] [log] [blame]
{
"name": "VideoViewController",
"version": "1.0",
"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.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VideoViewController/*.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"AVFoundation"
]
}
}