blob: e14569c31e8bdf20e8306745b6a24ed9c141c073 [file] [log] [blame]
{
"name": "SwiftVideoBackground",
"version": "0.04",
"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 add a UIView of a video playing in the background to any ViewController. This provides a beautiful user interface for use in login screens, as well as other data input screens, as modeled by Spotify's iOS App Login Screen and others",
"homepage": "https://github.com/dingwilson/SwiftVideoBackground",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wilson Ding": "hello@wilsonding.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dingwilson/SwiftVideoBackground.git",
"tag": "0.04"
},
"source_files": [
"SwiftVideoBackground",
"SwiftVideoBackground/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}