blob: dac811a198109b029b842bb28dd544057fba2d53 [file] [log] [blame]
{
"name": "KZ_VideoPlayer_DEV",
"version": "0.1.3",
"summary": "iOS video player.",
"homepage": "http://47.95.250.128/GitHubDemos/KZ_VideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://47.95.250.128/KieronZhang"
},
"source": {
"git": "http://47.95.250.128/GitHubDemos/KZ_VideoPlayer.git",
"tag": "0.1.3",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"MediaPlayer"
],
"resources": "KZ_VideoPlayer_Bundle.bundle"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VideoPlayer_DEV/*.{h,m}",
"dependencies": {
"KZ_Constraints_DEV": [
],
"KZ_Categories_DEV": [
]
}
}