blob: d73a36226808c321bcb0c6330b7535ed769ffe9b [file] [log] [blame]
{
"name": "NIMSDK",
"version": "2.9.0",
"summary": "Netease IM 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_SDK.git",
"tag": "2.9.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "**/ExportHeaders/**/*.h",
"vendored_libraries": [
"**/libNIMSDK.a",
"**/libNIMAVChat.a",
"**/Libs/*.a"
],
"frameworks": [
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"stdc++.6.0.9"
]
}