blob: c722823abe70d67cdc94488e6081872a9c2beb01 [file] [log] [blame]
{
"name": "KZ_VideoPlayer",
"version": "0.1.1",
"summary": "iOS video player.",
"homepage": "https://github.com/KieronZhang/KZ_VideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_VideoPlayer.git",
"tag": "0.1.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"resources": "KZ_VideoPlayer/KZ_VideoPlayerBundle.bundle",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"MediaPlayer"
],
"vendored_frameworks": "KZ_VideoPlayer/KZ_VideoPlayerFramework.framework",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"KZ_Categories": [
]
}
}