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