blob: b2e0193b2e2fd816753ed5b6bcbce0b140f334f2 [file] [log] [blame]
{
"name": "KF5SDK",
"version": "2.9.0.1",
"summary": "逸创云客服SDK嵌入到您原生iOS APP中,集成了工单反馈、反馈列表、文档知识库和即时交谈IM。",
"description": "逸创云客服官方SDK,帮助开发者快速完成开发,提供给开发者创建工单、查看工单列表、回复工单、查看和搜索知识库文档、消息通知推送、即时IM等功能。目前支持iOS8.0及以上系统。详细信息请见官网www.kf5.com(为您留住每一个客户,企业信赖的全渠道云客服平台)。",
"license": "MIT",
"authors": {
"KF5": "maxy@kf5.com"
},
"homepage": "http://developer.kf5.com/widgets/ios/",
"source": {
"git": "https://github.com/KF5/KF5SDK-iOS2.0.git",
"tag": "2.9.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"JavaScriptCore",
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": "sqlite3",
"static_framework": true,
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "KF5SDK/KF5SDKCore.framework"
},
{
"name": "Base",
"source_files": [
"KF5SDK/UI/Base/**/*",
"KF5SDK/UI/Category/**/*",
"KF5SDK/UI/Lib/**/*"
],
"public_header_files": [
"KF5SDK/UI/Base/**/*.h",
"KF5SDK/UI/Lib/**/*.h"
],
"dependencies": {
"KF5SDK/Core": [
],
"MBProgressHUD": [
"~> 1"
],
"AFNetworking/Reachability": [
"~> 3"
],
"MJRefresh": [
"~> 3"
],
"SDWebImage/Core": [
"~> 4"
]
},
"resources": "KF5SDK/UI/KF5SDK.bundle"
},
{
"name": "Doc",
"source_files": "KF5SDK/UI/Doc/**/*",
"public_header_files": "KF5SDK/UI/Doc/**/*.h",
"dependencies": {
"KF5SDK/Base": [
]
}
},
{
"name": "Ticket",
"source_files": "KF5SDK/UI/Ticket/**/*",
"public_header_files": "KF5SDK/UI/Ticket/**/*.h",
"dependencies": {
"KF5SDK/Base": [
],
"TZImagePickerController": [
"~> 3"
]
}
},
{
"name": "Chat",
"source_files": [
"KF5SDK/UI/Vendors/MLRecorder/**/*",
"KF5SDK/UI/Chat/**/*"
],
"public_header_files": [
"KF5SDK/UI/Chat/**/*.h",
"KF5SDK/UI/Vendors/MLRecorder/**/*.h"
],
"vendored_libraries": "KF5SDK/UI/**/libopencore-amrnb.a",
"preserve_paths": "KF5SDK/UI/**/libopencore-amrnb.a",
"dependencies": {
"KF5SDK/Doc": [
],
"KF5SDK/Ticket": [
],
"TZImagePickerController": [
"~> 3"
]
}
}
]
}