4 "summary": "这是一个与具体业务无关的通用核心库。",
5 "description": "这是一个特定的核心库。包含了常用的字串处理、网络处理、图片处理、压缩、正则、JSON、数据库及一个WebServer管理器。简化了外部引用的一些问题。\n在使用于,要特别注意Debug模式与Release模式切换处理。\n使用命令CMD时注意,需要重新设置DeviceConfig中记录的命令地址的信息。",
6 "homepage": "https://github.com/halfking/hccoren",
9 "halfking": "kimmy.huang@gmail.com"
15 "git": "https://github.com/halfking/hccoren.git",
20 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
21 "ENABLE_BITCODE": "YES",
22 "DEFINES_MODULE": "YES"
32 "requires_arc": false,
34 "hccoren/String/**/*.{h,m,mm,c,cpp}",
35 "hccoren/Util/**/*.{h,m,mm,c,cpp}",
36 "hccoren/Data/*.{h,m,c,cpp}",
37 "hccoren/base/*.{h,m,mm,c,cpp}",
38 "hccoren/**/config.h",
39 "hccoren/**/Reachability.{h,m}",
40 "hccoren/UDI/**/*.{h,m,cpp,c}",
41 "hccoren/Map/*.{h,m}",
45 "public_header_files": [
46 "hccoren/String/**/*.h",
47 "hccoren/Util/**/*.h",
50 "hccoren/**/config.h",
52 "hccoren/**/Reachability.h",
57 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
58 "hccoren/Util/HWWeakTimer.{h,m}",
59 "hccoren/ZipArchive/**/*.{h,m,mm,c,cpp}",
60 "hccoren/ZipArchive/MiniZip/*.{h,m,mm,c,cpp}",
61 "hccoren/base/publictext.h",
76 "SystemConfiguration",
83 "name": "NetworkAndDatabase",
86 "hccoren/Network/AsyncSocket/*.{h,m,mm,cpp,c}",
87 "hccoren/CMDBase/*.{h,m,mm,cpp,c}",
88 "hccoren/Database/*.{h,m,mm,cpp,c}",
89 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
90 "hccoren/Network/CocoaWebResource/*.{h,m,mm,c,cpp}",
91 "hccoren/Network/BlueSession/*.{h,m,mm,c,cpp}",
95 "public_header_files": [
96 "hccoren/Network/AsyncSocket/*.h",
97 "hccoren/CMDBase/*.h",
98 "hccoren/Database/*.h",
99 "hccoren/Network/CocoaWebResource/*.h",
100 "hccoren/Network/BlueSession/*.h",
101 "hccoren/Util/HttpServerManager.h",
102 "hccoren/database.h",
121 "name": "UIControls",
122 "requires_arc": true,
124 "hccoren/UIControls/*.{h,m,mm,cpp,c}",
127 "public_header_files": [
128 "hccoren/UIControls/*.h",
137 "SystemConfiguration"