[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 5 / HZExtensionKit / 2.4.5 / HZExtensionKit.podspec.json
blob1908fc5340d93da63b1939b1575ee40df8d5e8f8
2   "name": "HZExtensionKit",
3   "version": "2.4.5",
4   "summary": "Useful Category",
5   "homepage": "http://github.com/HistoryZhang/HZExtensionKit",
6   "license": "MIT",
7   "authors": {
8     "HistoryZhang": "history_zq@foxmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/HistoryZhang/HZExtensionKit.git",
15     "tag": "2.4.5"
16   },
17   "source_files": "HZExtensionKit/*.{h,m}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "NSAttributedString",
22       "source_files": "HZExtensionKit/NSAttributedString/*.{h,m}"
23     },
24     {
25       "name": "HZHelper",
26       "source_files": "HZExtensionKit/HZHelper/*.{h,m}"
27     },
28     {
29       "name": "NSArray",
30       "source_files": "HZExtensionKit/NSArray/*.{h,m}"
31     },
32     {
33       "name": "NSURL",
34       "source_files": "HZExtensionKit/NSURL/*.{h,m}"
35     },
36     {
37       "name": "NSDate",
38       "source_files": "HZExtensionKit/NSDate/*.{h,m}"
39     },
40     {
41       "name": "NSData",
42       "source_files": "HZExtensionKit/NSData/*.{h,m}"
43     },
44     {
45       "name": "NSDictionary",
46       "source_files": "HZExtensionKit/NSDictionary/*.{h,m}"
47     },
48     {
49       "name": "NSFileManager",
50       "source_files": "HZExtensionKit/NSFileManager/*.{h,m}"
51     },
52     {
53       "name": "NSString",
54       "source_files": "HZExtensionKit/NSString/*.{h,m}"
55     },
56     {
57       "name": "Public",
58       "source_files": "HZExtensionKit/Public/*.{h,m}"
59     },
60     {
61       "name": "UIAlertView",
62       "source_files": "HZExtensionKit/UIAlertView/*.{h,m}"
63     },
64     {
65       "name": "UIButton",
66       "source_files": "HZExtensionKit/UIButton/*.{h,m}"
67     },
68     {
69       "name": "UIColor",
70       "source_files": "HZExtensionKit/UIColor/*.{h,m}"
71     },
72     {
73       "name": "UIImage",
74       "source_files": "HZExtensionKit/UIImage/*.{h,m}"
75     },
76     {
77       "name": "UIView",
78       "source_files": "HZExtensionKit/UIView/*.{h,m}"
79     }
80   ]