[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 5 / HZExtensionKit / 2.2.2 / HZExtensionKit.podspec.json
blob6351c5803ec6a2a07ca0dc953a17daa8c3ad7e80
2   "name": "HZExtensionKit",
3   "version": "2.2.2",
4   "summary": "Useful Category",
5   "description": "                  Category For UIColor, UIButton, UIAlertView, UIView, NSDate, NSFileManager, NSDictionary, NSString, UIImage.\n                  Some Common Macro.\n",
6   "homepage": "http://github.com/HistoryZhang/HZExtensionKit",
7   "license": "MIT",
8   "authors": {
9     "History": "history_zq@126.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/HistoryZhang/HZExtensionKit.git",
16     "tag": "2.2.2"
17   },
18   "source_files": "HZExtensionKit/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "NSAttributedString",
23       "source_files": "HZExtensionKit/NSAttributedString/*.{h,m}"
24     },
25     {
26       "name": "NSData",
27       "source_files": "HZExtensionKit/NSData/*.{h,m}"
28     },
29     {
30       "name": "NSDictionary",
31       "source_files": "HZExtensionKit/NSDictionary/*.{h,m}"
32     },
33     {
34       "name": "NSFileManager",
35       "source_files": "HZExtensionKit/NSFileManager/*.{h,m}"
36     },
37     {
38       "name": "NSString",
39       "source_files": "HZExtensionKit/NSString/*.{h,m}"
40     },
41     {
42       "name": "Public",
43       "source_files": "HZExtensionKit/Public/*.{h,m}"
44     },
45     {
46       "name": "UIAlertView",
47       "source_files": "HZExtensionKit/UIAlertView/*.{h,m}"
48     },
49     {
50       "name": "UIButton",
51       "source_files": "HZExtensionKit/UIButton/*.{h,m}"
52     },
53     {
54       "name": "UIColor",
55       "source_files": "HZExtensionKit/UIColor/*.{h,m}"
56     },
57     {
58       "name": "UIImage",
59       "source_files": "HZExtensionKit/UIImage/*.{h,m}"
60     },
61     {
62       "name": "UIView",
63       "source_files": "HZExtensionKit/UIView/*.{h,m}"
64     }
65   ]