blob: bdcd8ea069111a9c878bc0654afd6a34c0c6fdc9 [file] [log] [blame]
{
"name": "NIMSDK",
"version": "2.7.1",
"summary": "Netease IM And AV Chat SDK",
"homepage": "http://netease.im",
"license": {
"type": "Copyright",
"text": " Copyright 2016 Netease "
},
"authors": "Netease IM Team",
"source": {
"git": "https://github.com/netease-im/NIM_iOS_NIMAVChat.git",
"tag": "2.7.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "**/ExportHeaders/**/*.h",
"vendored_libraries": [
"**/libNIMAVChat.a",
"**/Libs/*.a"
],
"frameworks": [
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"stdc++.6.0.9"
],
"dependencies": {
"NIMSDK_LITE": [
"~> 2.7.0"
]
}
}