[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / b / KF5SDK / 2.11.1 / KF5SDK.podspec.json
blob68c81f68cc5be1dcdfb82fbef2c0175735b627b9
2   "name": "KF5SDK",
3   "version": "2.11.1",
4   "summary": "逸创云客服SDK嵌入到您原生iOS APP中,集成了工单反馈、反馈列表、文档知识库和即时交谈IM。",
5   "description": "逸创云客服官方SDK,帮助开发者快速完成开发,提供给开发者创建工单、查看工单列表、回复工单、查看和搜索知识库文档、消息通知推送、即时IM等功能。目前支持iOS8.0及以上系统。详细信息请见官网www.kf5.com(为您留住每一个客户,企业信赖的全渠道云客服平台)。",
6   "license": "MIT",
7   "authors": {
8     "KF5": "maxy@kf5.com"
9   },
10   "homepage": "http://developer.kf5.com/widgets/ios/",
11   "source": {
12     "git": "https://github.com/KF5/KF5SDK-iOS2.0.git",
13     "tag": "2.11.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "JavaScriptCore",
23     "MobileCoreServices",
24     "SystemConfiguration",
25     "WebKit"
26   ],
27   "libraries": "sqlite3",
28   "static_framework": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "vendored_frameworks": "KF5SDK/KF5SDKCore.framework"
33     },
34     {
35       "name": "Base",
36       "source_files": [
37         "KF5SDK/UI/Base/**/*",
38         "KF5SDK/UI/Category/**/*",
39         "KF5SDK/UI/Lib/**/*"
40       ],
41       "public_header_files": [
42         "KF5SDK/UI/Base/**/*.h",
43         "KF5SDK/UI/Lib/**/*.h"
44       ],
45       "dependencies": {
46         "KF5SDK/Core": [
48         ],
49         "MBProgressHUD": [
50           "~> 1"
51         ],
52         "AFNetworking/Reachability": [
53           "~> 3"
54         ],
55         "MJRefresh": [
56           "~> 3"
57         ],
58         "SDWebImage/Core": [
59           "~> 4"
60         ]
61       },
62       "resources": "KF5SDK/UI/KF5SDK.bundle"
63     },
64     {
65       "name": "Doc",
66       "source_files": "KF5SDK/UI/Doc/**/*",
67       "public_header_files": "KF5SDK/UI/Doc/**/*.h",
68       "dependencies": {
69         "KF5SDK/Base": [
71         ]
72       }
73     },
74     {
75       "name": "Ticket",
76       "source_files": "KF5SDK/UI/Ticket/**/*",
77       "public_header_files": "KF5SDK/UI/Ticket/**/*.h",
78       "dependencies": {
79         "KF5SDK/Base": [
81         ],
82         "TZImagePickerController": [
83           "~> 3"
84         ]
85       }
86     },
87     {
88       "name": "Chat",
89       "source_files": [
90         "KF5SDK/UI/Vendors/MLRecorder/**/*",
91         "KF5SDK/UI/Chat/**/*"
92       ],
93       "public_header_files": [
94         "KF5SDK/UI/Chat/**/*.h",
95         "KF5SDK/UI/Vendors/MLRecorder/**/*.h"
96       ],
97       "vendored_libraries": "KF5SDK/UI/**/libopencore-amrnb.a",
98       "preserve_paths": "KF5SDK/UI/**/libopencore-amrnb.a",
99       "dependencies": {
100         "KF5SDK/Doc": [
102         ],
103         "KF5SDK/Ticket": [
105         ],
106         "TZImagePickerController": [
107           "~> 3"
108         ]
109       }
110     }
111   ]