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/GBFrameChangedProtocol.{h,m}"
42 "GBToolbox/GBTypes_iOS.h",
43 "GBToolbox/GBMacros_iOS.h",
44 "GBToolbox/GBUtility_iOS.h",
45 "GBToolbox/GBUtility_iOS.{h,m}",
46 "GBToolbox/GBCustomNavigationBar.{h,m}",
47 "GBToolbox/GBTextField.{h,m}",
48 "GBToolbox/GBTextView.{h,m}",
49 "GBToolbox/GBButton.{h,m}",
50 "GBToolbox/GBToggleControl.{h,m}",
51 "GBToolbox/GBToggleControlRadioGroupManager.{h,m}",
52 "GBToolbox/GBAlertBadgeView.{h,m}",
53 "GBToolbox/GBRoundBadgeView.{h,m}",
54 "GBToolbox/GBColoredBarView.{h,m}",
55 "GBToolbox/GBTextBox.{h,m}",
56 "GBToolbox/GBTestView.{h,m}",
57 "GBToolbox/GBTableViewController.{h,m}",
58 "GBToolbox/UITableView+GBToolbox.{h,m}",
59 "GBToolbox/UIViewController+GBToolbox.{h,m}",
60 "GBToolbox/UIView+GBToolbox.{h,m}",
61 "GBToolbox/UIImage+GBToolbox.{h,m}",
62 "GBToolbox/UIScrollView+GBToolbox.{h,m}",
63 "GBToolbox/UIImageView+GBToolbox.{h,m}",
64 "GBToolbox/MKMapView+GBToolbox.{h,m}",
65 "GBToolbox/UIColor+GBToolbox.{h,m}",
66 "GBToolbox/UITableViewCell+AdditionalViews.{h,m}",
67 "GBToolbox/UIView+GBPopUp.{h,m}"
69 "public_header_files": [
70 "GBToolbox/GBTypes_iOS.h",
71 "GBToolbox/GBMacros_iOS.h",
72 "GBToolbox/GBUtility_iOS.h",
73 "GBToolbox/GBUtility_iOS.h",
74 "GBToolbox/GBCustomNavigationBar.h",
75 "GBToolbox/GBTextField.h",
76 "GBToolbox/GBTextView.h",
77 "GBToolbox/GBButton.h",
78 "GBToolbox/GBToggleControl.h",
79 "GBToolbox/GBToggleControlRadioGroupManager.h",
80 "GBToolbox/GBAlertBadgeView.h",
81 "GBToolbox/GBRoundBadgeView.h",
82 "GBToolbox/GBColoredBarView.h",
83 "GBToolbox/GBTextBox.h",
84 "GBToolbox/GBTestView.h",
85 "GBToolbox/GBTableViewController.h",
86 "GBToolbox/UITableView+GBToolbox.h",
87 "GBToolbox/UIViewController+GBToolbox.h",
88 "GBToolbox/UIView+GBToolbox.h",
89 "GBToolbox/UIImage+GBToolbox.h",
90 "GBToolbox/UIScrollView+GBToolbox.h",
91 "GBToolbox/UIImageView+GBToolbox.h",
92 "GBToolbox/MKMapView+GBToolbox.h",
93 "GBToolbox/UIColor+GBToolbox.h",
94 "GBToolbox/UITableViewCell+AdditionalViews.h",
95 "GBToolbox/UIView+GBPopUp.h"
100 "GBToolbox/GBTypes_OSX.h",
101 "GBToolbox/GBMacros_OSX.h",
102 "GBToolbox/GBUtility_OSX.h",
103 "GBToolbox/GBUtility_OSX.{h,m}",
104 "GBToolbox/GBResizableImageView.{h,m}",
105 "GBToolbox/GBRadialGradientView.{h,m}",
106 "GBToolbox/GBCustomViewButtonCell.{h,m}",
107 "GBToolbox/GBCustomImageButtonCell.{h,m}",
108 "GBToolbox/GBGlowingImageButtonCell.{h,m}",
109 "GBToolbox/GBSolidColorView.{h,m}",
110 "GBToolbox/NSImage+GBToolbox.{h,m}",
111 "GBToolbox/NSView+GBToolbox.{h,m}"
113 "public_header_files": [
114 "GBToolbox/GBTypes_OSX.h",
115 "GBToolbox/GBMacros_OSX.h",
116 "GBToolbox/GBUtility_OSX.h",
117 "GBToolbox/GBUtility_OSX.h",
118 "GBToolbox/GBResizableImageView.h",
119 "GBToolbox/GBRadialGradientView.h",
120 "GBToolbox/GBCustomViewButtonCell.h",
121 "GBToolbox/GBCustomImageButtonCell.h",
122 "GBToolbox/GBGlowingImageButtonCell.h",
123 "GBToolbox/GBSolidColorView.h",
124 "GBToolbox/NSImage+GBToolbox.h",
125 "GBToolbox/NSView+GBToolbox.h"
128 "public_header_files": [
129 "GBToolbox/GBToolbox.h",
130 "GBToolbox/GBTypes_Common.h",
131 "GBToolbox/GBConstants_Common.h",
132 "GBToolbox/GBMacros_Common.h",
133 "GBToolbox/GBUtility_Common.h",
134 "GBToolbox/GBFastArray.h",
135 "GBToolbox/GBMessageInterceptor.h",
136 "GBToolbox/GBCompletable.h",
137 "GBToolbox/NSObject+GBToolbox.h",
138 "GBToolbox/NSTimer+GBToolbox.h",
139 "GBToolbox/NSData+GBToolbox.h",
140 "GBToolbox/NSString+GBToolbox.h",
141 "GBToolbox/CALayer+GBToolbox.h",
142 "GBToolbox/NSArray+GBToolbox.h",
143 "GBToolbox/NSMutableArray+GBToolbox.h",
144 "GBToolbox/NSDictionary+GBToolbox.h",
145 "GBToolbox/NSMutableDictionary+GBToolbox.h",
146 "GBToolbox/NSMutableURLRequest+GBToolbox.h",
147 "GBToolbox/NSDate+GBToolbox.h",
148 "GBToolbox/GBFrameChangedProtocol.h"