[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 6 / 5 / 9 / hccoren / 0.2.0 / hccoren.podspec.json
blob98f14e709e4f2f5230de8b4348ef24f0f2de5a9d
2   "name": "hccoren",
3   "version": "0.2.0",
4   "summary": "这是一个与具体业务无关的通用核心库。",
5   "description": "这是一个特定的核心库。包含了常用的字串处理、网络处理、图片处理、压缩、正则、JSON、数据库及一个WebServer管理器。简化了外部引用的一些问题。\n在使用于,要特别注意Debug模式与Release模式切换处理。\n使用命令CMD时注意,需要重新设置DeviceConfig中记录的命令地址的信息。",
6   "homepage": "https://github.com/halfking/hccoren",
7   "license": "MIT",
8   "authors": {
9     "halfking": "kimmy.huang@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/halfking/hccoren.git",
16     "tag": "0.2.0",
17     "submodules": true
18   },
19   "xcconfig": {
20     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
21     "ENABLE_BITCODE": "YES",
22     "DEFINES_MODULE": "YES"
23   },
24   "dependencies": {
25     "HCMinizip": [
26       "~> 1.2.6"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "requires_arc": false,
33       "source_files": [
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}",
42         "hccoren/base.h",
43         "hccoren/**/*.bundle"
44       ],
45       "public_header_files": [
46         "hccoren/String/**/*.h",
47         "hccoren/Util/**/*.h",
48         "hccoren/Data/*.h",
49         "hccoren/Base/*.h",
50         "hccoren/**/config.h",
51         "hccoren/UDI/**/*.h",
52         "hccoren/**/Reachability.h",
53         "hccoren/Map/*.h",
54         "hccoren/base.h"
55       ],
56       "exclude_files": [
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",
62         "hccoren/**/*.png"
63       ],
64       "libraries": [
65         "icucore",
66         "iconv",
67         "stdc++",
68         "stdc++.6",
69         "z"
70       ],
71       "frameworks": [
72         "UIKit",
73         "CoreLocation",
74         "QuartzCore",
75         "OpenGLES",
76         "SystemConfiguration",
77         "CoreGraphics",
78         "Security",
79         "IOKit"
80       ]
81     },
82     {
83       "name": "NetworkAndDatabase",
84       "requires_arc": true,
85       "source_files": [
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}",
92         "hccoren/database.h",
93         "hccoren/cmd.h"
94       ],
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",
103         "hccoren/cmd.h"
104       ],
105       "libraries": [
106         "stdc++",
107         "stdc++.6",
108         "icucore",
109         "iconv",
110         "sqlite3.0"
111       ],
112       "ios": {
113         "dependencies": {
114           "hccoren/Core": [
116           ]
117         }
118       }
119     },
120     {
121       "name": "UIControls",
122       "requires_arc": true,
123       "source_files": [
124         "hccoren/UIControls/*.{h,m,mm,cpp,c}",
125         "hccoren/images.h"
126       ],
127       "public_header_files": [
128         "hccoren/UIControls/*.h",
129         "hccoren/images.h"
130       ],
131       "frameworks": [
132         "UIKit",
133         "CoreImage",
134         "CoreGraphics",
135         "QuartzCore",
136         "OpenGLES",
137         "SystemConfiguration"
138       ],
139       "ios": {
140         "dependencies": {
141           "hccoren/Core": [
143           ]
144         }
145       }
146     }
147   ]