blob: a02223c360f90a135c8edf95f6245b2de7517c5b [file] [log] [blame]
{
"name": "QVEngineKit",
"version": "0.1.0",
"summary": "A short description of QVEngineKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/QuVideoDeveloper/QVEngineKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sunshine": "cheng.xia@quvideo.com"
},
"source": {
"git": "https://github.com/QuVideoDeveloper/QVEngineKit-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "QVEngineKit/engine_header/**/*.h",
"vendored_libraries": "QVEngineKit/engine_libraries/device/*.a",
"libraries": [
"iconv",
"c",
"c++",
"stdc++",
"z"
],
"frameworks": [
"VideoToolbox",
"Webkit",
"Photos",
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"CoreGraphics"
],
"vendored_frameworks": "QVEngineKit/engine_frameworks/WebP.framework"
}