blob: 2e2b3dc8dbf1d435b307ddc9d0d048e9ba6dd51a [file] [log] [blame]
{
"name": "backgroundVideoView",
"version": "0.1.0",
"summary": "Play given videos in the view you create.",
"description": "Play given videos in the view you create. You just have to create a view using this pod.",
"homepage": "https://github.com/Aligorssi/BackgroundVideoView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aligorssi": "ali.gorssi@gmail.com"
},
"source": {
"git": "https://github.com/Aligorssi/BackgroundVideoView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.0",
"source_files": "backgroundVideoView/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"swift_version": "4.0"
}