5 "git": "https://github.com/lmirosevic/GBToolbox.git",
8 "summary": "Goonbee's iOS development toolbox",
9 "homepage": "https://github.com/lmirosevic/GBToolbox",
10 "license": "Apache License, Version 2.0",
12 "Luka Mirosevic": "luka@goonbee.com"
19 "GBToolbox/GBToolbox.h",
20 "GBToolbox/GBTypes_Common.h",
21 "GBToolbox/GBConstants_Common.{h,m}",
22 "GBToolbox/GBMacros_Common.h",
23 "GBToolbox/GBUtility_Common.{h,m}",
24 "GBToolbox/GBFastArray.{h,m}",
25 "GBToolbox/GBMessageInterceptor.{h,m}",
26 "GBToolbox/GBCompletable.{h,m}",
27 "GBToolbox/NSObject+GBToolbox.{h,m}",
28 "GBToolbox/NSTimer+GBToolbox.{h,m}",
29 "GBToolbox/NSData+GBToolbox.{h,m}",
30 "GBToolbox/NSString+GBToolbox.{h,m}",
31 "GBToolbox/CALayer+GBToolbox.{h,m}",
32 "GBToolbox/NSArray+GBToolbox.{h,m}",
33 "GBToolbox/NSMutableArray+GBToolbox.{h,m}",
34 "GBToolbox/NSDictionary+GBToolbox.{h,m}",
35 "GBToolbox/NSMutableDictionary+GBToolbox.{h,m}",
36 "GBToolbox/NSMutableURLRequest+GBToolbox.{h,m}",
37 "GBToolbox/NSDate+GBToolbox.{h,m}",
38 "GBToolbox/NSInvocation+GBToolbox.{h,m}",
39 "GBToolbox/GBFrameChangedProtocol.h",
40 "GBToolbox/GBDebuggableInstanceVendor.h",
41 "GBToolbox/GBCache.{h,m}",
42 "GBToolbox/NSMapTable+GBToolbox.{h,m}",
43 "GBToolbox/GBEnumWrapper.{h,m}",
44 "GBToolbox/GBAddress.{h,m}",
45 "GBToolbox/GBRemoteDebugMessages.{h,m}",
46 "GBToolbox/NSSet+GBToolbox.{h,m}",
47 "GBToolbox/NSOrderedSet+GBToolbox.{h,m}"
51 "GBToolbox/GBTypes_iOS.h",
52 "GBToolbox/GBMacros_iOS.h",
53 "GBToolbox/GBUtility_iOS.h",
54 "GBToolbox/GBUtility_iOS.{h,m}",
55 "GBToolbox/GBCustomNavigationBar.{h,m}",
56 "GBToolbox/GBTextField.{h,m}",
57 "GBToolbox/GBTextView.{h,m}",
58 "GBToolbox/GBButton.{h,m}",
59 "GBToolbox/GBToggleControl.{h,m}",
60 "GBToolbox/GBToggleControlRadioGroupManager.{h,m}",
61 "GBToolbox/GBAlertBadgeView.{h,m}",
62 "GBToolbox/GBRoundBadgeView.{h,m}",
63 "GBToolbox/GBColoredBarView.{h,m}",
64 "GBToolbox/GBTextBox.{h,m}",
65 "GBToolbox/GBTestView.{h,m}",
66 "GBToolbox/GBTableViewController.{h,m}",
67 "GBToolbox/UITableView+GBToolbox.{h,m}",
68 "GBToolbox/UIViewController+GBToolbox.{h,m}",
69 "GBToolbox/UIView+GBToolbox.{h,m}",
70 "GBToolbox/UIImage+GBToolbox.{h,m}",
71 "GBToolbox/UIScrollView+GBToolbox.{h,m}",
72 "GBToolbox/UIImageView+GBToolbox.{h,m}",
73 "GBToolbox/MKMapView+GBToolbox.{h,m}",
74 "GBToolbox/UIColor+GBToolbox.{h,m}",
75 "GBToolbox/UITableViewCell+AdditionalViews.{h,m}",
76 "GBToolbox/UIView+GBPopUp.{h,m}",
77 "GBToolbox/GBGradientView.{h,m}",
78 "GBToolbox/UIControl+GBToolbox.{h,m}",
79 "GBToolbox/UIScreen+GBToolbox.{h,m}",
80 "GBToolbox/GBControlAggregator.{h,m}",
81 "GBToolbox/GBMultiStateButton.{h,m}"
83 "public_header_files": [
84 "GBToolbox/GBTypes_iOS.h",
85 "GBToolbox/GBMacros_iOS.h",
86 "GBToolbox/GBUtility_iOS.h",
87 "GBToolbox/GBUtility_iOS.h",
88 "GBToolbox/GBCustomNavigationBar.h",
89 "GBToolbox/GBTextField.h",
90 "GBToolbox/GBTextView.h",
91 "GBToolbox/GBButton.h",
92 "GBToolbox/GBToggleControl.h",
93 "GBToolbox/GBToggleControlRadioGroupManager.h",
94 "GBToolbox/GBAlertBadgeView.h",
95 "GBToolbox/GBRoundBadgeView.h",
96 "GBToolbox/GBColoredBarView.h",
97 "GBToolbox/GBTextBox.h",
98 "GBToolbox/GBTestView.h",
99 "GBToolbox/GBTableViewController.h",
100 "GBToolbox/UITableView+GBToolbox.h",
101 "GBToolbox/UIViewController+GBToolbox.h",
102 "GBToolbox/UIView+GBToolbox.h",
103 "GBToolbox/UIImage+GBToolbox.h",
104 "GBToolbox/UIScrollView+GBToolbox.h",
105 "GBToolbox/UIImageView+GBToolbox.h",
106 "GBToolbox/MKMapView+GBToolbox.h",
107 "GBToolbox/UIColor+GBToolbox.h",
108 "GBToolbox/UITableViewCell+AdditionalViews.h",
109 "GBToolbox/UIView+GBPopUp.h",
110 "GBToolbox/GBGradientView.h",
111 "GBToolbox/UIControl+GBToolbox.h",
112 "GBToolbox/UIScreen+GBToolbox.h",
113 "GBToolbox/GBControlAggregator.h",
114 "GBToolbox/GBMultiStateButton.h"
119 "GBToolbox/GBTypes_OSX.h",
120 "GBToolbox/GBMacros_OSX.h",
121 "GBToolbox/GBUtility_OSX.h",
122 "GBToolbox/GBUtility_OSX.{h,m}",
123 "GBToolbox/GBResizableImageView.{h,m}",
124 "GBToolbox/GBRadialGradientView.{h,m}",
125 "GBToolbox/GBCustomViewButtonCell.{h,m}",
126 "GBToolbox/GBCustomImageButtonCell.{h,m}",
127 "GBToolbox/GBGlowingImageButtonCell.{h,m}",
128 "GBToolbox/GBSolidColorView.{h,m}",
129 "GBToolbox/NSImage+GBToolbox.{h,m}",
130 "GBToolbox/NSView+GBToolbox.{h,m}"
132 "public_header_files": [
133 "GBToolbox/GBTypes_OSX.h",
134 "GBToolbox/GBMacros_OSX.h",
135 "GBToolbox/GBUtility_OSX.h",
136 "GBToolbox/GBUtility_OSX.h",
137 "GBToolbox/GBResizableImageView.h",
138 "GBToolbox/GBRadialGradientView.h",
139 "GBToolbox/GBCustomViewButtonCell.h",
140 "GBToolbox/GBCustomImageButtonCell.h",
141 "GBToolbox/GBGlowingImageButtonCell.h",
142 "GBToolbox/GBSolidColorView.h",
143 "GBToolbox/NSImage+GBToolbox.h",
144 "GBToolbox/NSView+GBToolbox.h"
147 "public_header_files": [
148 "GBToolbox/GBToolbox.h",
149 "GBToolbox/GBTypes_Common.h",
150 "GBToolbox/GBConstants_Common.h",
151 "GBToolbox/GBMacros_Common.h",
152 "GBToolbox/GBUtility_Common.h",
153 "GBToolbox/GBFastArray.h",
154 "GBToolbox/GBMessageInterceptor.h",
155 "GBToolbox/GBCompletable.h",
156 "GBToolbox/NSObject+GBToolbox.h",
157 "GBToolbox/NSTimer+GBToolbox.h",
158 "GBToolbox/NSData+GBToolbox.h",
159 "GBToolbox/NSString+GBToolbox.h",
160 "GBToolbox/CALayer+GBToolbox.h",
161 "GBToolbox/NSArray+GBToolbox.h",
162 "GBToolbox/NSMutableArray+GBToolbox.h",
163 "GBToolbox/NSDictionary+GBToolbox.h",
164 "GBToolbox/NSMutableDictionary+GBToolbox.h",
165 "GBToolbox/NSMutableURLRequest+GBToolbox.h",
166 "GBToolbox/NSDate+GBToolbox.h",
167 "GBToolbox/NSInvocation+GBToolbox.h",
168 "GBToolbox/GBFrameChangedProtocol.h",
169 "GBToolbox/GBDebuggableInstanceVendor.h",
170 "GBToolbox/GBCache.h",
171 "GBToolbox/NSMapTable+GBToolbox.h",
172 "GBToolbox/GBEnumWrapper.h",
173 "GBToolbox/GBAddress.h",
174 "GBToolbox/GBRemoteDebugMessages.h",
175 "GBToolbox/NSSet+GBToolbox.h",
176 "GBToolbox/NSOrderedSet+GBToolbox.h"
182 "requires_arc": true,