blob: 1ccf338294d217b85438bda9c67efd24d7180a9e [file] [log] [blame]
{
"name": "XYCommonEngine",
"version": "1.0.2",
"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": "1.0.2"
},
"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",
"AssetsLibrary",
"CoreGraphics",
"SceneKit",
"AudioToolbox",
"QuartzCore",
"CoreMedia",
"AVFoundation"
]
}