[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / a / b / c / GBToolbox / 22.0.0 / GBToolbox.podspec.json
blob00ab72101ea893e259ba8d4f1b0c212e2bcab7e0
2   "name": "GBToolbox",
3   "version": "22.0.0",
4   "source": {
5     "git": "https://github.com/lmirosevic/GBToolbox.git",
6     "tag": "22.0.0"
7   },
8   "summary": "Goonbee's iOS development toolbox",
9   "homepage": "https://github.com/lmirosevic/GBToolbox",
10   "license": "Apache License, Version 2.0",
11   "authors": {
12     "Luka Mirosevic": "luka@goonbee.com"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source_files": [
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}",
48     "GBToolbox/GBCAAnimationDelegateHandler.{h,m}",
49     "GBToolbox/GBAsyncOperation.{h,m}",
50     "GBToolbox/GBHighPrecisionTimer.{h,m}"
51   ],
52   "ios": {
53     "source_files": [
54       "GBToolbox/GBTypes_iOS.h",
55       "GBToolbox/GBMacros_iOS.h",
56       "GBToolbox/GBUtility_iOS.h",
57       "GBToolbox/GBUtility_iOS.{h,m}",
58       "GBToolbox/GBCustomNavigationBar.{h,m}",
59       "GBToolbox/GBTextField.{h,m}",
60       "GBToolbox/GBTextView.{h,m}",
61       "GBToolbox/GBButton.{h,m}",
62       "GBToolbox/GBToggleControl.{h,m}",
63       "GBToolbox/GBToggleControlRadioGroupManager.{h,m}",
64       "GBToolbox/GBAlertBadgeView.{h,m}",
65       "GBToolbox/GBRoundBadgeView.{h,m}",
66       "GBToolbox/GBColoredBarView.{h,m}",
67       "GBToolbox/GBTextBox.{h,m}",
68       "GBToolbox/GBTestView.{h,m}",
69       "GBToolbox/GBTableViewController.{h,m}",
70       "GBToolbox/UITableView+GBToolbox.{h,m}",
71       "GBToolbox/UIViewController+GBToolbox.{h,m}",
72       "GBToolbox/UIView+GBToolbox.{h,m}",
73       "GBToolbox/UIImage+GBToolbox.{h,m}",
74       "GBToolbox/UIScrollView+GBToolbox.{h,m}",
75       "GBToolbox/UIImageView+GBToolbox.{h,m}",
76       "GBToolbox/MKMapView+GBToolbox.{h,m}",
77       "GBToolbox/UIColor+GBToolbox.{h,m}",
78       "GBToolbox/UITableViewCell+AdditionalViews.{h,m}",
79       "GBToolbox/UIView+GBPopUp.{h,m}",
80       "GBToolbox/GBGradientView.{h,m}",
81       "GBToolbox/UIControl+GBToolbox.{h,m}",
82       "GBToolbox/UIScreen+GBToolbox.{h,m}",
83       "GBToolbox/GBControlAggregator.{h,m}",
84       "GBToolbox/GBMultiStateButton.{h,m}",
85       "GBToolbox/UIView+GBFloatingPopoverView.{h,m}",
86       "GBToolbox/UINavigationBar+GBToolbox.{h,m}",
87       "GBToolbox/GBAlertBadge.{h,m}",
88       "GBToolbox/UISearchBar+GBToolbox.{h,m}"
89     ],
90     "public_header_files": [
91       "GBToolbox/GBTypes_iOS.h",
92       "GBToolbox/GBMacros_iOS.h",
93       "GBToolbox/GBUtility_iOS.h",
94       "GBToolbox/GBUtility_iOS.h",
95       "GBToolbox/GBCustomNavigationBar.h",
96       "GBToolbox/GBTextField.h",
97       "GBToolbox/GBTextView.h",
98       "GBToolbox/GBButton.h",
99       "GBToolbox/GBToggleControl.h",
100       "GBToolbox/GBToggleControlRadioGroupManager.h",
101       "GBToolbox/GBAlertBadgeView.h",
102       "GBToolbox/GBRoundBadgeView.h",
103       "GBToolbox/GBColoredBarView.h",
104       "GBToolbox/GBTextBox.h",
105       "GBToolbox/GBTestView.h",
106       "GBToolbox/GBTableViewController.h",
107       "GBToolbox/UITableView+GBToolbox.h",
108       "GBToolbox/UIViewController+GBToolbox.h",
109       "GBToolbox/UIView+GBToolbox.h",
110       "GBToolbox/UIImage+GBToolbox.h",
111       "GBToolbox/UIScrollView+GBToolbox.h",
112       "GBToolbox/UIImageView+GBToolbox.h",
113       "GBToolbox/MKMapView+GBToolbox.h",
114       "GBToolbox/UIColor+GBToolbox.h",
115       "GBToolbox/UITableViewCell+AdditionalViews.h",
116       "GBToolbox/UIView+GBPopUp.h",
117       "GBToolbox/GBGradientView.h",
118       "GBToolbox/UIControl+GBToolbox.h",
119       "GBToolbox/UIScreen+GBToolbox.h",
120       "GBToolbox/GBControlAggregator.h",
121       "GBToolbox/GBMultiStateButton.h",
122       "GBToolbox/UIView+GBFloatingPopoverView.h",
123       "GBToolbox/UINavigationBar+GBToolbox.h",
124       "GBToolbox/GBAlertBadge.h",
125       "GBToolbox/UISearchBar+GBToolbox.h"
126     ]
127   },
128   "osx": {
129     "source_files": [
130       "GBToolbox/GBTypes_OSX.h",
131       "GBToolbox/GBMacros_OSX.h",
132       "GBToolbox/GBUtility_OSX.h",
133       "GBToolbox/GBUtility_OSX.{h,m}",
134       "GBToolbox/GBResizableImageView.{h,m}",
135       "GBToolbox/GBRadialGradientView.{h,m}",
136       "GBToolbox/GBCustomViewButtonCell.{h,m}",
137       "GBToolbox/GBCustomImageButtonCell.{h,m}",
138       "GBToolbox/GBGlowingImageButtonCell.{h,m}",
139       "GBToolbox/GBSolidColorView.{h,m}",
140       "GBToolbox/NSImage+GBToolbox.{h,m}",
141       "GBToolbox/NSView+GBToolbox.{h,m}"
142     ],
143     "public_header_files": [
144       "GBToolbox/GBTypes_OSX.h",
145       "GBToolbox/GBMacros_OSX.h",
146       "GBToolbox/GBUtility_OSX.h",
147       "GBToolbox/GBUtility_OSX.h",
148       "GBToolbox/GBResizableImageView.h",
149       "GBToolbox/GBRadialGradientView.h",
150       "GBToolbox/GBCustomViewButtonCell.h",
151       "GBToolbox/GBCustomImageButtonCell.h",
152       "GBToolbox/GBGlowingImageButtonCell.h",
153       "GBToolbox/GBSolidColorView.h",
154       "GBToolbox/NSImage+GBToolbox.h",
155       "GBToolbox/NSView+GBToolbox.h"
156     ]
157   },
158   "public_header_files": [
159     "GBToolbox/GBToolbox.h",
160     "GBToolbox/GBTypes_Common.h",
161     "GBToolbox/GBConstants_Common.h",
162     "GBToolbox/GBMacros_Common.h",
163     "GBToolbox/GBUtility_Common.h",
164     "GBToolbox/GBFastArray.h",
165     "GBToolbox/GBMessageInterceptor.h",
166     "GBToolbox/GBCompletable.h",
167     "GBToolbox/NSObject+GBToolbox.h",
168     "GBToolbox/NSTimer+GBToolbox.h",
169     "GBToolbox/NSData+GBToolbox.h",
170     "GBToolbox/NSString+GBToolbox.h",
171     "GBToolbox/CALayer+GBToolbox.h",
172     "GBToolbox/NSArray+GBToolbox.h",
173     "GBToolbox/NSMutableArray+GBToolbox.h",
174     "GBToolbox/NSDictionary+GBToolbox.h",
175     "GBToolbox/NSMutableDictionary+GBToolbox.h",
176     "GBToolbox/NSMutableURLRequest+GBToolbox.h",
177     "GBToolbox/NSDate+GBToolbox.h",
178     "GBToolbox/NSInvocation+GBToolbox.h",
179     "GBToolbox/GBFrameChangedProtocol.h",
180     "GBToolbox/GBDebuggableInstanceVendor.h",
181     "GBToolbox/GBCache.h",
182     "GBToolbox/NSMapTable+GBToolbox.h",
183     "GBToolbox/GBEnumWrapper.h",
184     "GBToolbox/GBAddress.h",
185     "GBToolbox/GBRemoteDebugMessages.h",
186     "GBToolbox/NSSet+GBToolbox.h",
187     "GBToolbox/NSOrderedSet+GBToolbox.h",
188     "GBToolbox/GBCAAnimationDelegateHandler.h",
189     "GBToolbox/GBAsyncOperation.h",
190     "GBToolbox/GBHighPrecisionTimer.h"
191   ],
192   "frameworks": [
193     "QuartzCore",
194     "CoreGraphics"
195   ],
196   "requires_arc": true,
197   "dependencies": {
198     "JRSwizzle": [
200     ]
201   }