blob: f3cc63ea7889cdf8498a26e6e3f7044f840ab670 [file] [log] [blame]
{
"name": "NIMSDK",
"version": "1.3.0",
"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": {
"git": "https://github.com/nimdevelopers/NIM_iOS_SDK.git",
"tag": "1.3.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"
]
}