[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / b / KF5SDK / 2.9.0.1 / KF5SDK.podspec.json
blobb2e0193b2e2fd816753ed5b6bcbce0b140f334f2
2   "name": "KF5SDK",
3   "version": "2.9.0.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.9.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "JavaScriptCore",
23     "MobileCoreServices",
24     "SystemConfiguration"
25   ],
26   "libraries": "sqlite3",
27   "static_framework": true,
28   "subspecs": [
29     {
30       "name": "Core",
31       "vendored_frameworks": "KF5SDK/KF5SDKCore.framework"
32     },
33     {
34       "name": "Base",
35       "source_files": [
36         "KF5SDK/UI/Base/**/*",
37         "KF5SDK/UI/Category/**/*",
38         "KF5SDK/UI/Lib/**/*"
39       ],
40       "public_header_files": [
41         "KF5SDK/UI/Base/**/*.h",
42         "KF5SDK/UI/Lib/**/*.h"
43       ],
44       "dependencies": {
45         "KF5SDK/Core": [
47         ],
48         "MBProgressHUD": [
49           "~> 1"
50         ],
51         "AFNetworking/Reachability": [
52           "~> 3"
53         ],
54         "MJRefresh": [
55           "~> 3"
56         ],
57         "SDWebImage/Core": [
58           "~> 4"
59         ]
60       },
61       "resources": "KF5SDK/UI/KF5SDK.bundle"
62     },
63     {
64       "name": "Doc",
65       "source_files": "KF5SDK/UI/Doc/**/*",
66       "public_header_files": "KF5SDK/UI/Doc/**/*.h",
67       "dependencies": {
68         "KF5SDK/Base": [
70         ]
71       }
72     },
73     {
74       "name": "Ticket",
75       "source_files": "KF5SDK/UI/Ticket/**/*",
76       "public_header_files": "KF5SDK/UI/Ticket/**/*.h",
77       "dependencies": {
78         "KF5SDK/Base": [
80         ],
81         "TZImagePickerController": [
82           "~> 3"
83         ]
84       }
85     },
86     {
87       "name": "Chat",
88       "source_files": [
89         "KF5SDK/UI/Vendors/MLRecorder/**/*",
90         "KF5SDK/UI/Chat/**/*"
91       ],
92       "public_header_files": [
93         "KF5SDK/UI/Chat/**/*.h",
94         "KF5SDK/UI/Vendors/MLRecorder/**/*.h"
95       ],
96       "vendored_libraries": "KF5SDK/UI/**/libopencore-amrnb.a",
97       "preserve_paths": "KF5SDK/UI/**/libopencore-amrnb.a",
98       "dependencies": {
99         "KF5SDK/Doc": [
101         ],
102         "KF5SDK/Ticket": [
104         ],
105         "TZImagePickerController": [
106           "~> 3"
107         ]
108       }
109     }
110   ]