blob: 25c8f22714cd535a73456d943b4128280c4d5a40 [file] [log] [blame]
{
"name": "kefuSDK",
"version": "1.0.4",
"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.4"
},
"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"
},
"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"
}
]
}