2 "name": "OLCategoryHelper",
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",
9 "Pay Liu": "payliu@gmail.com",
10 "Josh": "josh@octalord.com"
13 "git": "https://github.com/payliu/OLCategoryHelper.git",
19 "requires_arc": false,
23 "source_files": "src/Category",
28 "OLCategoryHelper/NSData+AES": [
36 "OLCategoryHelper/NSDate+Translator": [
42 "name": "NSDictionary",
44 "OLCategoryHelper/NSDictionary+JSON": [
52 "OLCategoryHelper/NSNumber+Date": [
55 "OLCategoryHelper/NSNumber+Random": [
63 "OLCategoryHelper/NSString+Blank": [
66 "OLCategoryHelper/NSString+BOOL": [
69 "OLCategoryHelper/NSString+Contains": [
72 "OLCategoryHelper/NSString+InterfaceOrientation": [
80 "OLCategoryHelper/UIColor+HexString": [
83 "OLCategoryHelper/UIColor+RGB": [
91 "OLCategoryHelper/UIDevice+Enumerator": [
94 "OLCategoryHelper/UIDevice+Resolutions": [
102 "OLCategoryHelper/UIImage+H568": [
108 "name": "UINavigationController",
110 "OLCategoryHelper/UINavigationController+Pilot": [
118 "OLCategoryHelper/UIView+ViewFrameGeometry": [
126 "name": "NSData+AES",
127 "source_files": "src/Category/NSData/NSData+AES"
130 "name": "NSDate+Translator",
131 "source_files": "src/Category/NSDate/NSDate+Translator"
134 "name": "NSDictionary+JSON",
135 "source_files": "src/Category/NSDictionary/NSDictionary+JSON"
138 "name": "NSNumber+Date",
139 "source_files": "src/Category/NSNumber/NSNumber+Date"
142 "name": "NSNumber+Random",
143 "source_files": "src/Category/NSNumber/NSNumber+Random"
146 "name": "NSString+Blank",
147 "source_files": "src/Category/NSString/NSString+Blank"
150 "name": "NSString+BOOL",
151 "source_files": "src/Category/NSString/NSString+BOOL"
154 "name": "NSString+Contains",
155 "source_files": "src/Category/NSString/NSString+Contains"
158 "name": "NSString+InterfaceOrientation",
159 "source_files": "src/Category/NSString/NSString+InterfaceOrientation"
162 "name": "UIColor+HexString",
163 "source_files": "src/Category/UIColor/UIColor+HexString"
166 "name": "UIColor+RGB",
167 "source_files": "src/Category/UIColor/UIColor+RGB"
170 "name": "UIDevice+Enumerator",
171 "source_files": "src/Category/UIDevice/UIDevice+Enumerator"
174 "name": "UIDevice+Resolutions",
175 "source_files": "src/Category/UIDevice/UIDevice+Resolutions"
178 "name": "UIImage+H568",
179 "source_files": "src/Category/UIImage/UIImage+H568",
181 "OLCategoryHelper/UIDevice+Resolutions": [
187 "name": "UINavigationController+Pilot",
188 "source_files": "src/Category/UINavigationController/UINavigationController+Pilot"
191 "name": "UIView+ViewFrameGeometry",
192 "source_files": "src/Category/UIView/UIView+ViewFrameGeometry"