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