blob: 8992f52425d97270fedf55b419255ddac1e59dfa [file] [log] [blame]
{
"name": "NIMSDK",
"version": "1.6.0",
"summary": "Netease IM SDK",
"description": "Netease IM iOS SDK",
"homepage": "http://netease.im",
"license": {
"type": "Copyright",
"text": " Copyright 2015 Netease \n"
},
"authors": "Netease IM Team",
"source": {
"git": "https://github.com/netease-im/NIM_iOS_SDK.git",
"tag": "1.6.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"
]
}