blob: 0107fef4708d8cb2c3c22e2c0999361b25e6839a [file] [log] [blame]
{
"name": "SwiftVideoBackground",
"version": "2.0.2",
"summary": "An easy to use Swift framework that creates a video background for any ViewController.",
"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",
"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": "2.0.2"
},
"source_files": [
"SwiftVideoBackground",
"SwiftVideoBackground/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"documentation_url": "http://wilsonding.com/SwiftVideoBackground/"
}