blob: 03eda889ab1613e84d39d2f10abe6a8edf6fb334 [file] [log] [blame]
{
"name": "LinkV-Communication",
"version": "0.0.2",
"summary": "RTC + IM 优化接口",
"description": "RTC + IM you can send im message\nupdate api",
"homepage": "https://github.com/linkv-io/LinkV-Communication-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyansnow": "wangyan6@linkv.sg"
},
"source": {
"git": "https://github.com/linkv-io/LinkV-Communication-iOS.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LVCEngine/LVCEngine/**/*",
"public_header_files": "LVCEngine/LVCEngine/**/*.h",
"vendored_frameworks": [
"LVCEngine/framework/LinkV.framework",
"LVCEngine/framework/LVIMLib.framework"
],
"vendored_libraries": [
"LVCEngine/framework/libcares.a",
"LVCEngine/framework/libopencore-amrnb.a",
"LVCEngine/framework/libprotobuf-lite.a"
],
"resources": "LVCEngine/resources/default.metallib",
"libraries": [
"c++",
"resolv.9",
"sqlite3",
"z"
],
"xcconfig": {
"ENABLE_BITCODE": "NO"
}
}