blob: c46a9f98ceaf4846c4e3b190e41ab5db1bd2f648 [file] [log] [blame]
{
"name": "SDLoopingVideoView",
"version": "2.0",
"summary": "An automatically scaling and looping video-view based off of AVPlayerLayer.",
"description": "SDLoopingVideoView is a looping video-view that supports light and dark mode videos based off of AVPlayerLayer; it works great when used as a video background (see below for list of apps using SDLoopingVideoView). SDLoopingVideoView automatically scales any video displayed to aspect-fill the view you define; scaling can be set manually as well. SDLoopingVideoView responds to any UIView animations and scales accordingly without interuption of the video playing.",
"homepage": "https://github.com/SolsmaHawk/SDLoopingVideoView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SolsmaHawk": "solsma@me.com"
},
"source": {
"git": "https://github.com/SolsmaHawk/SDLoopingVideoView.git",
"tag": "2.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "SDLoopingVideoView/*.{h,m,swift}",
"swift_version": "5.0"
}