[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 2 / OLCategoryHelper / 0.0.1 / OLCategoryHelper.podspec.json
blob75b0b76b5a57c9cefbd308feb24088d861d3535f
2   "name": "OLCategoryHelper",
3   "version": "0.0.1",
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.1"
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": "NSNumber",
43           "dependencies": {
44             "OLCategoryHelper/NSNumber+Date": [
46             ],
47             "OLCategoryHelper/NSNumber+Random": [
49             ]
50           }
51         },
52         {
53           "name": "NSString",
54           "dependencies": {
55             "OLCategoryHelper/NSString+BOOL": [
57             ]
58           }
59         },
60         {
61           "name": "UIColor",
62           "dependencies": {
63             "OLCategoryHelper/UIColor+HexString": [
65             ],
66             "OLCategoryHelper/UIColor+RGB": [
68             ]
69           }
70         },
71         {
72           "name": "UIDevice",
73           "dependencies": {
74             "OLCategoryHelper/UIDevice+Resolutions": [
76             ]
77           }
78         },
79         {
80           "name": "UIImage",
81           "dependencies": {
82             "OLCategoryHelper/UIImage+H568": [
84             ]
85           }
86         },
87         {
88           "name": "UINavigationController",
89           "dependencies": {
90             "OLCategoryHelper/UINavigationController+Pilot": [
92             ]
93           }
94         },
95         {
96           "name": "UIView",
97           "dependencies": {
98             "OLCategoryHelper/UIView+ViewFrameGeometry": [
100             ]
101           }
102         }
103       ]
104     },
105     {
106       "name": "NSData+AES",
107       "source_files": "src/Category/NSData/NSData+AES"
108     },
109     {
110       "name": "NSDate+Translator",
111       "source_files": "src/Category/NSDate/NSDate+Translator"
112     },
113     {
114       "name": "NSNumber+Date",
115       "source_files": "src/Category/NSNumber/NSNumber+Date"
116     },
117     {
118       "name": "NSNumber+Random",
119       "source_files": "src/Category/NSNumber/NSNumber+Random"
120     },
121     {
122       "name": "NSString+BOOL",
123       "source_files": "src/Category/NSString/NSString+BOOL"
124     },
125     {
126       "name": "UIColor+HexString",
127       "source_files": "src/Category/UIColor/UIColor+HexString"
128     },
129     {
130       "name": "UIColor+RGB",
131       "source_files": "src/Category/UIColor/UIColor+RGB"
132     },
133     {
134       "name": "UIDevice+Resolutions",
135       "source_files": "src/Category/UIDevice/UIDevice+Resolutions"
136     },
137     {
138       "name": "UIImage+H568",
139       "source_files": "src/Category/UIImage/UIImage+H568",
140       "dependencies": {
141         "OLCategoryHelper/UIDevice+Resolutions": [
143         ]
144       }
145     },
146     {
147       "name": "UINavigationController+Pilot",
148       "source_files": "src/Category/UINavigationController/UINavigationController+Pilot"
149     },
150     {
151       "name": "UIView+ViewFrameGeometry",
152       "source_files": "src/Category/UIView/UIView+ViewFrameGeometry"
153     }
154   ]