[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 9 / hccoren / 0.2.4 / hccoren.podspec.json
blob90a5c58182edc16c75c0a730ac13ffe22acbddcd
2   "name": "hccoren",
3   "version": "0.2.4",
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.4",
17     "submodules": true
18   },
19   "resources": "hccoren.bundle",
20   "xcconfig": {
21     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
22     "ENABLE_BITCODE": "YES",
23     "DEFINES_MODULE": "YES"
24   },
25   "dependencies": {
26     "HCMinizip": [
27       "~> 1.2.6"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "requires_arc": false,
34       "source_files": [
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.h",
40         "hccoren/**/Reachability.{h,m}",
41         "hccoren/UDI/**/*.{h,m,cpp,c}",
42         "hccoren/Map/*.{h,m}",
43         "hccoren/base.h",
44         "hccoren/**/*.bundle"
45       ],
46       "public_header_files": [
47         "hccoren/String/**/*.h",
48         "hccoren/Util/**/*.h",
49         "hccoren/Data/*.h",
50         "hccoren/Base/*.h",
51         "hccoren/config.h",
52         "hccoren/UDI/**/*.h",
53         "hccoren/**/Reachability.h",
54         "hccoren/Map/*.h",
55         "hccoren/base.h"
56       ],
57       "exclude_files": [
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",
63         "hccoren/**/*.png",
64         "hccorentest/**/*"
65       ],
66       "libraries": [
67         "icucore",
68         "iconv",
69         "stdc++",
70         "stdc++.6",
71         "z"
72       ],
73       "frameworks": [
74         "UIKit",
75         "CoreLocation",
76         "QuartzCore",
77         "OpenGLES",
78         "SystemConfiguration",
79         "CoreGraphics",
80         "Security",
81         "IOKit"
82       ]
83     },
84     {
85       "name": "NetworkAndDatabase",
86       "requires_arc": true,
87       "source_files": [
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}",
95         "hccoren/database.h",
96         "hccoren/cmd.h"
97       ],
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",
107         "hccoren/cmd.h"
108       ],
109       "libraries": [
110         "stdc++",
111         "stdc++.6",
112         "icucore",
113         "iconv",
114         "sqlite3.0"
115       ],
116       "ios": {
117         "dependencies": {
118           "hccoren/Core": [
120           ]
121         }
122       }
123     },
124     {
125       "name": "UIControls",
126       "requires_arc": true,
127       "source_files": [
128         "hccoren/UIControls/*.{h,m,mm,cpp,c}",
129         "hccoren/images.h"
130       ],
131       "public_header_files": [
132         "hccoren/UIControls/*.h",
133         "hccoren/images.h"
134       ],
135       "frameworks": [
136         "UIKit",
137         "CoreImage",
138         "CoreGraphics",
139         "QuartzCore",
140         "OpenGLES",
141         "SystemConfiguration"
142       ],
143       "ios": {
144         "dependencies": {
145           "hccoren/Core": [
147           ]
148         }
149       }
150     }
151   ]