blob: 1c21c2da26e5d67793676058f3dbe193e02144a2 [file] [log] [blame]
{
"name": "BackgroundVideo",
"version": "0.0.2",
"summary": "lets you add a background video to iOS app views.",
"homepage": "https://github.com/heartasice/playgroundvideo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heartasice": "heartasice@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/heartasice/playgroundvideo.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"AVFoundation",
"AVKit"
]
}