4 "summary": "这是一个与具体业务无关的通用核心库。",
5 "description": "这是一个特定的核心库。包含了常用的字串处理、网络处理、图片处理、压缩、正则、JSON、数据库及一个WebServer管理器。简化了外部引用的一些问题。\n在使用于,要特别注意Debug模式与Release模式切换处理。\n使用命令CMD时注意,需要重新设置DeviceConfig中记录的命令地址的信息。\n0.4.1 Deviconfig 增加bundleid属性\n0.4.2 命令以Get形式发送时,将中文进行转码,并且更改网络监控的名称kReachabilityChangedNotificationSV\n0.4.3 接收网络监控时,判断类型是否正确。",
6 "homepage": "https://github.com/halfking/hccoren",
9 "halfking": "kimmy.huang@gmail.com"
15 "git": "https://github.com/halfking/hccoren.git",
19 "resources": "hccoren.bundle",
21 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
22 "ENABLE_BITCODE": "YES",
23 "DEFINES_MODULE": "YES"
33 "requires_arc": false,
35 "hccoren/String/**/*.{h,m,mm,c,cpp}",
36 "hccoren/Util/**/*.{h,m,mm,c,cpp}",
37 "hccoren/Data/*.{h,m,c,cpp}",
38 "hccoren/base/*.{h,m,mm,c,cpp}",
39 "hccoren/config_coren.h",
40 "hccoren/Map/*.{h,m}",
41 "hccoren/**/Reachability.{h,m}",
42 "hccoren/UDI/**/*.{h,m,cpp,c}",
46 "public_header_files": [
47 "hccoren/String/**/*.h",
48 "hccoren/Util/**/*.h",
51 "hccoren/config_coren.h",
54 "hccoren/**/Reachability.h",
58 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
59 "hccoren/Util/HWWeakTimer.{h,m}",
60 "hccoren/ZipArchive/**/*.{h,m,mm,c,cpp}",
61 "hccoren/ZipArchive/MiniZip/*.{h,m,mm,c,cpp}",
62 "hccoren/base/publictext.h",
78 "SystemConfiguration",
85 "name": "NetworkAndDatabase",
88 "hccoren/Network/AsyncSocket/*.{h,m,mm,cpp,c}",
89 "hccoren/CMDBase/*.{h,m,mm,cpp,c}",
90 "hccoren/Database/*.{h,m,mm,cpp,c}",
91 "hccoren/Util/HttpServerManager.{h,m,mm,c,cpp}",
92 "hccoren/Network/CocoaWebResource/*.{h,m,mm,c,cpp}",
93 "hccoren/Network/BlueSession/*.{h,m,mm,c,cpp}",
94 "hccoren/Util/HWWeakTimer.{h,m}",
98 "public_header_files": [
99 "hccoren/Network/AsyncSocket/*.h",
100 "hccoren/CMDBase/*.h",
101 "hccoren/Database/*.h",
102 "hccoren/Network/CocoaWebResource/*.h",
103 "hccoren/Network/BlueSession/*.h",
104 "hccoren/Util/HttpServerManager.h",
105 "hccoren/Util/HWWeakTimer.h",
106 "hccoren/database.h",
125 "name": "UIControls",
126 "requires_arc": true,
128 "hccoren/UIControls/*.{h,m,mm,cpp,c}",
131 "public_header_files": [
132 "hccoren/UIControls/*.h",
141 "SystemConfiguration"