blob: dd553a3b0cf491b5fd873aad605ac47f7b16be63 [file] [log] [blame]
{
"name": "SwiftVideoBackground",
"version": "3.1.0",
"summary": "An easy to use Swift framework to play a video in the background of any UIView.",
"description": "SwiftVideoBackground is an easy to use Swift framework that provides the ability to play a video on any UIView. This provides a beautiful UI for login screens, or splash pages, as implemented by Spotify and many others",
"screenshots": "https://i.imgur.com/PzRw2Ku.gif",
"homepage": "https://github.com/dingwilson/SwiftVideoBackground",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wilson Ding": "hello@wilsonding.com",
"Quan Vo": "qvo1987@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dingwilson/SwiftVideoBackground.git",
"tag": "3.1.0"
},
"source_files": [
"SwiftVideoBackground/Sources/",
"SwiftVideoBackground/Sources/**/*.{h,m,swift}"
],
"documentation_url": "http://wilsonding.com/SwiftVideoBackground/"
}