[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / e / d / a / HLCategorys / 1.0.0 / HLCategorys.podspec.json
blobe2bdb0658acb8b8ab6d01f07e464d79ab616916a
2   "name": "HLCategorys",
3   "version": "1.0.0",
4   "summary": "对MJRefresh、DZNEmptyDataSet封装",
5   "description": "对MJRefresh、DZNEmptyDataSet封装。使用简单.",
6   "homepage": "https://github.com/huangchangweng/HLCategorys",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "黄常翁": "599139419@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "git@github.com:huangchangweng/HLCategorys.git",
19     "tag": "1.0.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "source_files": "HLCategorys/HLCategorys/*.{h,m}",
25   "resource_bundles": {
26     "HLHUD": [
27       "HLCategorys/HLCategorys/HLCategorys.bundle/**/*.*"
28     ]
29   },
30   "frameworks": "UIKit",
31   "dependencies": {
32     "MJRefresh": [
33       "~> 3.7.5"
34     ],
35     "DZNEmptyDataSet": [
36       "~> 1.8.1"
37     ]
38   }