blob: b3529386a25f85cb0b29fa760025adf0f6a32337 [file] [log] [blame]
{
"name": "QVEngineKit",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"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/*.framework"
}