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}",
44 "public_header_files": [
45 "hccoren/String/**/*.h",
46 "hccoren/Util/**/*.h",
49 "hccoren/**/config.h",
51 "hccoren/**/Reachability.h",
56 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
57 "hccoren/Util/HWWeakTimer.{h,m}",
58 "hccoren/ZipArchive/**/*.{h,m,mm,c,cpp}",
59 "hccoren/ZipArchive/MiniZip/*.{h,m,mm,c,cpp}",
60 "hccoren/base/publictext.h"
74 "SystemConfiguration",
81 "name": "NetworkAndDatabase",
84 "hccoren/Network/AsyncSocket/*.{h,m,mm,cpp,c}",
85 "hccoren/CMDBase/*.{h,m,mm,cpp,c}",
86 "hccoren/Database/*.{h,m,mm,cpp,c}",
87 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
88 "hccoren/Network/CocoaWebResource/*.{h,m,mm,c,cpp}",
89 "hccoren/Network/BlueSession/*.{h,m,mm,c,cpp}",
93 "public_header_files": [
94 "hccoren/Network/AsyncSocket/*.h",
95 "hccoren/CMDBase/*.h",
96 "hccoren/Database/*.h",
97 "hccoren/Network/CocoaWebResource/*.h",
98 "hccoren/Network/BlueSession/*.h",
99 "hccoren/Util/HttpServerManager.h",
100 "hccoren/database.h",
119 "name": "UIControls",
120 "requires_arc": true,
122 "hccoren/UIControls/*.{h,m,mm,cpp,c}",
125 "public_header_files": [
126 "hccoren/UIControls/*.h",
135 "SystemConfiguration"