blob: eec66b623e797bc9e9be867daa95601cd807fce2 [file] [log] [blame]
{
"name": "kefuSDK",
"version": "1.0.5",
"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.5"
},
"requires_arc": true,
"public_header_files": "CustomerSystem-ios/HelpDeskSDK/helpdesk_sdk.h",
"source_files": "CustomerSystem-ios/HelpDeskSDK/helpdesk_sdk.h",
"frameworks": [
"CoreMedia",
"AudioToolbox",
"AVFoundation",
"ImageIO",
"MobileCoreServices"
],
"libraries": [
"c++",
"z",
"sqlite3",
"stdc++.6.0.9"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": [
"include",
"lib"
],
"subspecs": [
{
"name": "include",
"source_files": "CustomerSystem-ios/HelpDeskSDK/include/*.h",
"public_header_files": "CustomerSystem-ios/HelpDeskSDK/include/*.h"
},
{
"name": "lib",
"source_files": "CustomerSystem-ios/HelpDeskSDK/lib/libhelpdesk_sdk.a"
},
{
"name": "HyphenateLite",
"dependencies": {
"kefuSDK/include": [
],
"kefuSDK/lib": [
]
},
"source_files": "CustomerSystem-ios/HyphenateSDK_H/*.h"
}
]
}