[Add] OddsConverter 1.0
[CocoaPods.git] / Specs / 6 / 8 / b / KF5SDK / 2.11.2 / KF5SDK.podspec.json
blobd4919f935dac05cc403b1f686b541f522f5abc69
2   "name": "KF5SDK",
3   "version": "2.11.2",
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.2"
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         "MJRefresh": [
53           "~> 3"
54         ],
55         "SDWebImage/Core": [
57         ]
58       },
59       "resources": "KF5SDK/UI/KF5SDK.bundle"
60     },
61     {
62       "name": "Doc",
63       "source_files": "KF5SDK/UI/Doc/**/*",
64       "public_header_files": "KF5SDK/UI/Doc/**/*.h",
65       "dependencies": {
66         "KF5SDK/Base": [
68         ]
69       }
70     },
71     {
72       "name": "Ticket",
73       "source_files": "KF5SDK/UI/Ticket/**/*",
74       "public_header_files": "KF5SDK/UI/Ticket/**/*.h",
75       "dependencies": {
76         "KF5SDK/Base": [
78         ],
79         "TZImagePickerController": [
80           "~> 3"
81         ]
82       }
83     },
84     {
85       "name": "Chat",
86       "source_files": [
87         "KF5SDK/UI/Vendors/MLRecorder/**/*",
88         "KF5SDK/UI/Chat/**/*"
89       ],
90       "public_header_files": [
91         "KF5SDK/UI/Chat/**/*.h",
92         "KF5SDK/UI/Vendors/MLRecorder/**/*.h"
93       ],
94       "vendored_libraries": "KF5SDK/UI/**/libopencore-amrnb.a",
95       "preserve_paths": "KF5SDK/UI/**/libopencore-amrnb.a",
96       "dependencies": {
97         "KF5SDK/Doc": [
99         ],
100         "KF5SDK/Ticket": [
102         ],
103         "TZImagePickerController": [
104           "~> 3"
105         ]
106       }
107     }
108   ]