blob: 2cacd67744b07159a1e2acb98455d6280dace3d4 [file] [log] [blame]
{
"name": "kefuSDK",
"version": "1.0.3",
"summary": "环信客服 SDK",
"homepage": "https://github.com/easemob/helpdeskdemo-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"authors": {
"afanda": "fan_apple1990@163.com"
},
"source": {
"git": "https://github.com/easemob/helpdeskdemo-ios.git",
"tag": "1.0.3"
},
"requires_arc": true,
"source_files": [
"CustomerSystem-ios/HelpDeskSDK/lib/*.a",
"CustomerSystem-ios/HelpDeskSDK/include/*.h"
],
"frameworks": [
"CoreMedia",
"AudioToolbox",
"AVFoundation",
"ImageIO",
"MobileCoreServices"
],
"libraries": [
"c++",
"z",
"sqlite3",
"stdc++.6.0.9"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}