blob: bc715d23726a5774d29e4677e25aceddb3ec03e3 [file] [log] [blame]
{
"name": "SwiftVideoBackground",
"version": "0.01",
"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.01"
},
"source_files": [
"SwiftVideoBackground",
"SwiftVideoBackground/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}