blob: c8e16ca8d82268a25cf0cc5be724e27cfb9948e1 [file] [log] [blame]
{
"name": "KZ_VideoPlayer_DEV",
"version": "0.1.4",
"summary": "iOS video player.",
"homepage": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_VideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://kieron.asuscomm.com:9091/KieronZhang"
},
"source": {
"git": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_VideoPlayer.git",
"tag": "0.1.4",
"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": [
]
}
}