[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 2 / OLCategoryHelper / 0.0.2 / OLCategoryHelper.podspec.json
blobcd198583447d7ed488cfb9bb835a77d6d8591b0e
2   "name": "OLCategoryHelper",
3   "version": "0.0.2",
4   "license": "MIT License",
5   "summary": "A Category Library of Objective-C",
6   "description": "                   OLCategoryHelper is a Library contain many helpful categoris.\n                   To Exned Cocoa Framework or some popular Framework.\n                   Jusy use specified category you need.\n\n",
7   "homepage": "https://github.com/payliu/OLCategoryHelper",
8   "authors": {
9     "Pay Liu": "payliu@gmail.com",
10     "Josh": "josh@octalord.com"
11   },
12   "source": {
13     "git": "https://github.com/payliu/OLCategoryHelper.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": false,
20   "subspecs": [
21     {
22       "name": "Category",
23       "source_files": "src/Category",
24       "subspecs": [
25         {
26           "name": "NSData",
27           "dependencies": {
28             "OLCategoryHelper/NSData+AES": [
30             ]
31           }
32         },
33         {
34           "name": "NSDate",
35           "dependencies": {
36             "OLCategoryHelper/NSDate+Translator": [
38             ]
39           }
40         },
41         {
42           "name": "NSDictionary",
43           "dependencies": {
44             "OLCategoryHelper/NSDictionary+JSON": [
46             ]
47           }
48         },
49         {
50           "name": "NSNumber",
51           "dependencies": {
52             "OLCategoryHelper/NSNumber+Date": [
54             ],
55             "OLCategoryHelper/NSNumber+Random": [
57             ]
58           }
59         },
60         {
61           "name": "NSString",
62           "dependencies": {
63             "OLCategoryHelper/NSString+Blank": [
65             ],
66             "OLCategoryHelper/NSString+BOOL": [
68             ],
69             "OLCategoryHelper/NSString+Contains": [
71             ],
72             "OLCategoryHelper/NSString+InterfaceOrientation": [
74             ]
75           }
76         },
77         {
78           "name": "UIColor",
79           "dependencies": {
80             "OLCategoryHelper/UIColor+HexString": [
82             ],
83             "OLCategoryHelper/UIColor+RGB": [
85             ]
86           }
87         },
88         {
89           "name": "UIDevice",
90           "dependencies": {
91             "OLCategoryHelper/UIDevice+Enumerator": [
93             ],
94             "OLCategoryHelper/UIDevice+Resolutions": [
96             ]
97           }
98         },
99         {
100           "name": "UIImage",
101           "dependencies": {
102             "OLCategoryHelper/UIImage+H568": [
104             ]
105           }
106         },
107         {
108           "name": "UINavigationController",
109           "dependencies": {
110             "OLCategoryHelper/UINavigationController+Pilot": [
112             ]
113           }
114         },
115         {
116           "name": "UIView",
117           "dependencies": {
118             "OLCategoryHelper/UIView+ViewFrameGeometry": [
120             ]
121           }
122         }
123       ]
124     },
125     {
126       "name": "NSData+AES",
127       "source_files": "src/Category/NSData/NSData+AES"
128     },
129     {
130       "name": "NSDate+Translator",
131       "source_files": "src/Category/NSDate/NSDate+Translator"
132     },
133     {
134       "name": "NSDictionary+JSON",
135       "source_files": "src/Category/NSDictionary/NSDictionary+JSON"
136     },
137     {
138       "name": "NSNumber+Date",
139       "source_files": "src/Category/NSNumber/NSNumber+Date"
140     },
141     {
142       "name": "NSNumber+Random",
143       "source_files": "src/Category/NSNumber/NSNumber+Random"
144     },
145     {
146       "name": "NSString+Blank",
147       "source_files": "src/Category/NSString/NSString+Blank"
148     },
149     {
150       "name": "NSString+BOOL",
151       "source_files": "src/Category/NSString/NSString+BOOL"
152     },
153     {
154       "name": "NSString+Contains",
155       "source_files": "src/Category/NSString/NSString+Contains"
156     },
157     {
158       "name": "NSString+InterfaceOrientation",
159       "source_files": "src/Category/NSString/NSString+InterfaceOrientation"
160     },
161     {
162       "name": "UIColor+HexString",
163       "source_files": "src/Category/UIColor/UIColor+HexString"
164     },
165     {
166       "name": "UIColor+RGB",
167       "source_files": "src/Category/UIColor/UIColor+RGB"
168     },
169     {
170       "name": "UIDevice+Enumerator",
171       "source_files": "src/Category/UIDevice/UIDevice+Enumerator"
172     },
173     {
174       "name": "UIDevice+Resolutions",
175       "source_files": "src/Category/UIDevice/UIDevice+Resolutions"
176     },
177     {
178       "name": "UIImage+H568",
179       "source_files": "src/Category/UIImage/UIImage+H568",
180       "dependencies": {
181         "OLCategoryHelper/UIDevice+Resolutions": [
183         ]
184       }
185     },
186     {
187       "name": "UINavigationController+Pilot",
188       "source_files": "src/Category/UINavigationController/UINavigationController+Pilot"
189     },
190     {
191       "name": "UIView+ViewFrameGeometry",
192       "source_files": "src/Category/UIView/UIView+ViewFrameGeometry"
193     }
194   ]