blob: a624583141e07bfd79dff764ca890dc7e6737a95 [file] [log] [blame]
{
"name": "SGVideoBackdrop",
"version": "0.1.0",
"summary": "A video backdrop for your view controller + UIVisualEffectView",
"description": " Set any local or remote video (that AVPlayer accepts) as a blurred out backdrop to your view controller.\n",
"homepage": "https://github.com/sdgandhi/SGVideoBackdrop",
"license": "MIT",
"authors": {
"Sidhant Gandhi": "sidhant.gandhi@gmail.com"
},
"source": {
"git": "https://github.com/sdgandhi/SGVideoBackdrop.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/sidhantgandhi",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"SDWebImage": [
"~> 3.0"
],
"FLAnimatedImage": [
"~> 1.0"
]
}
}