[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 6 / HannahCategory / 1.0.2 / HannahCategory.podspec.json
blobadd3f5b684465c4e293904b8cbc073f084f68f35
2   "name": "HannahCategory",
3   "version": "1.0.2",
4   "summary": "分类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/HannahZheng/HannahCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HannahZheng": "821134912@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/HannahZheng/HannahCategory.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HannahCategory/Classes/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "NSObject+HHCurrentVC",
26       "source_files": "HannahCategory/Classes/NSObject+HHCurrentVC/**/*"
27     },
28     {
29       "name": "UIView+HHLineDash",
30       "source_files": "HannahCategory/Classes/UIView+HHLineDash/**/*"
31     },
32     {
33       "name": "NSString+HHSize",
34       "source_files": "HannahCategory/Classes/NSString+HHSize/**/*"
35     },
36     {
37       "name": "HHRoundCorner",
38       "source_files": "HannahCategory/Classes/HHRoundCorner/**/*"
39     },
40     {
41       "name": "UIButton+HHBadge",
42       "source_files": "HannahCategory/Classes/UIButton+HHBadge/**/*"
43     },
44     {
45       "name": "HHColorHex",
46       "source_files": "HannahCategory/Classes/HHColorHex/**/*"
47     },
48     {
49       "name": "UIImage+HHCompress",
50       "source_files": "HannahCategory/Classes/UIImage+HHCompress/**/*"
51     }
52   ]