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