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