blob: 98c0b354a80cc1f8dd7d91d68a47455eead0769e [file] [log] [blame]
{
"name": "VideoBackgroundViewController",
"version": "0.0.1",
"summary": "A View Controller that shows a video in the background, like Spotify",
"description": "A View Controller that shows a video in the background, like Spotify, written in Swift",
"homepage": "https://github.com/PiXeL16/VideoBackgroundViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Jimenez": "cjimenez16@gmail.com"
},
"social_media_url": "http://twitter.com/chrisjimeneznat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PiXeL16/VideoBackgroundViewController.git",
"tag": "0.0.1"
},
"source_files": [
"VideoBackgroundViewController/",
"VideoBackgroundViewController/**/*.{h,m,swift}"
],
"resource_bundles": {
"VideoBackgroundViewController": "VideoBackgroundViewController/**/*.png"
},
"requires_arc": true
}