[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 5 / HZExtensionKit / 2.3.0 / HZExtensionKit.podspec.json
blobb9d75cf36d1d8d9135f56538774fd0db7288baf9
2   "name": "HZExtensionKit",
3   "version": "2.3.0",
4   "summary": "Useful Category",
5   "homepage": "http://github.com/HistoryZhang/HZExtensionKit",
6   "license": "MIT",
7   "authors": {
8     "History": "history_zq@126.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/HistoryZhang/HZExtensionKit.git",
15     "tag": "2.3.0"
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": "NSDate",
26       "source_files": "HZExtensionKit/NSDate/*.{h,m}"
27     },
28     {
29       "name": "NSData",
30       "source_files": "HZExtensionKit/NSData/*.{h,m}"
31     },
32     {
33       "name": "NSDictionary",
34       "source_files": "HZExtensionKit/NSDictionary/*.{h,m}"
35     },
36     {
37       "name": "NSFileManager",
38       "source_files": "HZExtensionKit/NSFileManager/*.{h,m}"
39     },
40     {
41       "name": "NSString",
42       "source_files": "HZExtensionKit/NSString/*.{h,m}"
43     },
44     {
45       "name": "Public",
46       "source_files": "HZExtensionKit/Public/*.{h,m}"
47     },
48     {
49       "name": "UIAlertView",
50       "source_files": "HZExtensionKit/UIAlertView/*.{h,m}"
51     },
52     {
53       "name": "UIButton",
54       "source_files": "HZExtensionKit/UIButton/*.{h,m}"
55     },
56     {
57       "name": "UIColor",
58       "source_files": "HZExtensionKit/UIColor/*.{h,m}"
59     },
60     {
61       "name": "UIImage",
62       "source_files": "HZExtensionKit/UIImage/*.{h,m}"
63     },
64     {
65       "name": "UIView",
66       "source_files": "HZExtensionKit/UIView/*.{h,m}"
67     }
68   ]