blob: e0d11f086840326ab2cc65a9508fee9b39a517c1 [file] [log] [blame]
{
"name": "SwiftVideoBackground",
"version": "1.0.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/dingwilson/SwiftVideoBackground.git",
"tag": "1.0.1"
},
"source_files": [
"SwiftVideoBackground",
"SwiftVideoBackground/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "4.0"
}