[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 9 / hccoren / 0.1.8 / hccoren.podspec.json
blob169d1f7ebfd28fe88f6ad9aac15df99571c480d8
2   "name": "hccoren",
3   "version": "0.1.8",
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.1.8",
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       ],
44       "public_header_files": [
45         "hccoren/String/**/*.h",
46         "hccoren/Util/**/*.h",
47         "hccoren/Data/*.h",
48         "hccoren/Base/*.h",
49         "hccoren/**/config.h",
50         "hccoren/UDI/**/*.h",
51         "hccoren/**/Reachability.h",
52         "hccoren/Map/*.h",
53         "hccoren/base.h"
54       ],
55       "exclude_files": [
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"
61       ],
62       "libraries": [
63         "icucore",
64         "iconv",
65         "stdc++",
66         "stdc++.6",
67         "z"
68       ],
69       "frameworks": [
70         "UIKit",
71         "CoreLocation",
72         "QuartzCore",
73         "OpenGLES",
74         "SystemConfiguration",
75         "CoreGraphics",
76         "Security",
77         "IOKit"
78       ]
79     },
80     {
81       "name": "NetworkAndDatabase",
82       "requires_arc": true,
83       "source_files": [
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}",
90         "hccoren/database.h",
91         "hccoren/cmd.h"
92       ],
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",
101         "hccoren/cmd.h"
102       ],
103       "libraries": [
104         "stdc++",
105         "stdc++.6",
106         "icucore",
107         "iconv",
108         "sqlite3.0"
109       ],
110       "ios": {
111         "dependencies": {
112           "hccoren/Core": [
114           ]
115         }
116       }
117     },
118     {
119       "name": "UIControls",
120       "requires_arc": true,
121       "source_files": [
122         "hccoren/UIControls/*.{h,m,mm,cpp,c}",
123         "hccoren/images.h"
124       ],
125       "public_header_files": [
126         "hccoren/UIControls/*.h",
127         "hccoren/images.h"
128       ],
129       "frameworks": [
130         "UIKit",
131         "CoreImage",
132         "CoreGraphics",
133         "QuartzCore",
134         "OpenGLES",
135         "SystemConfiguration"
136       ],
137       "ios": {
138         "dependencies": {
139           "hccoren/Core": [
141           ]
142         }
143       }
144     }
145   ]