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