blob: 0bb3d2dd7ef608a3051436711710a0067770ec1d [file] [log] [blame]
{
"name": "NIMSDK",
"version": "1.1.1",
"summary": "Netease IM SDK",
"description": " Netease IM iOS SDK\n",
"homepage": "http://netease.im",
"license": {
"type": "Copyright",
"text": " Copyright 2015 Netease \n"
},
"authors": "Netease IM Team",
"source": {
"http": "http://netease.im/download/NIM_iOS_SDK_v1.1.0.zip"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SDK/ExportHeaders/**/*.h",
"vendored_libraries": "*/*.a",
"frameworks": [
"MobileCoreService",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z",
"stdc++"
]
}