blob: d8555688ecf42a2a232966e4f7007bfbef89ec78 [file] [log] [blame]
{
"name": "Open-AVD",
"version": "1.0.4",
"summary": "3Tee Open-AVD SDK for ios, audio video and data communication",
"homepage": "https://github.com/honggf/Open-AVD",
"license": "MIT",
"authors": {
"honggf": "554225932@qq.com"
},
"source": {
"git": "https://github.com/honggf/Open-AVD.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "public/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"MediaPlayer",
"CoreAudio",
"AudioToolbox",
"Accelerate",
"QuartzCore",
"OpenGLES",
"AVFoundation"
],
"libraries": [
"c++",
"z",
"bz2",
"iconv"
],
"preserve_paths": [
"public/*.h",
"lib/*.a"
],
"vendored_libraries": "lib/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Open-AVD/lib"
}
}