blob: 80eba5fe22c8e8d8746a33919519afe2e5d249d8 [file] [log] [blame]
{
"name": "NIMSDK",
"version": "2.1.0",
"summary": "Netease IM SDK",
"description": "Netease IM iOS SDK",
"homepage": "http://netease.im",
"license": {
"type": "Copyright",
"text": " Copyright 2016 Netease \n"
},
"authors": "Netease IM Team",
"source": {
"git": "https://github.com/netease-im/NIM_iOS_SDK.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "**/ExportHeaders/**/*.h",
"vendored_libraries": "**/libNIMSDK.a",
"frameworks": [
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia"
],
"libraries": [
"sqlite3.0",
"z",
"stdc++.6.0.9"
]
}