[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 4 / 2 / 3 / HcdKit / 1.0.0 / HcdKit.podspec.json
blobdffd0f90186c89e8d2c6a3515ccd610a974f36ba
2   "name": "HcdKit",
3   "version": "1.0.0",
4   "summary": "A iOS UI Kit called HKit.",
5   "description": "A iOS UI Kit called HKit. A collection of iOS components.",
6   "homepage": "https://github.com/Jvaeyhcd/HKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jvaeyhcd": "chedahuang@icloud.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/Jvaeyhcd/HKit.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "HKit",
23     "HKit/**/*.{h,m}"
24   ],
25   "exclude_files": "HKit/Exclude",
26   "frameworks": [
27     "UIKit",
28     "AVFoundation",
29     "MobileCoreServices",
30     "Foundation"
31   ],
32   "requires_arc": true,
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   },
36   "dependencies": {
37     "DZNEmptyDataSet": [
38       "~> 1.8.1"
39     ],
40     "MJRefresh": [
41       "~> 3.2.0"
42     ],
43     "MBProgressHUD": [
44       "~> 1.1.0"
45     ]
46   }