[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / b / GoogleToolboxForMac / 2.1.3 / GoogleToolboxForMac.podspec.json
blob8240a3f88f0345a88b5faf1cf5c74e0378159419
2   "name": "GoogleToolboxForMac",
3   "version": "2.1.3",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/google-toolbox-for-mac",
10   "source": {
11     "git": "https://github.com/google/google-toolbox-for-mac.git",
12     "tag": "v2.1.3"
13   },
14   "summary": "Google utilities for iOS and OSX development.",
15   "description": "A collection of source from different Google projects that may be of use\nto developers working on iOS or OS X projects.",
16   "platforms": {
17     "osx": "10.6",
18     "ios": "5.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": false,
22   "default_subspecs": [
23     "Defines",
24     "Core",
25     "GeometryUtils",
26     "KVO",
27     "Logger",
28     "Regex",
29     "StringEncoding",
30     "SystemVersion",
31     "URLBuilder",
32     "NSData+zlib",
33     "NSDictionary+URLArguments",
34     "NSFileHandle+UniqueName",
35     "NSScanner+JSON",
36     "NSString+HTML",
37     "NSString+URLArguments",
38     "NSString+XML",
39     "NSThread+Blocks"
40   ],
41   "subspecs": [
42     {
43       "name": "Defines",
44       "public_header_files": "GTMDefines.h",
45       "source_files": "GTMDefines.h"
46     },
47     {
48       "name": "Core",
49       "source_files": [
50         "DebugUtils/GTMTypeCasting.h",
51         "Foundation/GTMLocalizedString.h",
52         "Foundation/GTMLogger.h"
53       ],
54       "dependencies": {
55         "GoogleToolboxForMac/Defines": [
56           "2.1.3"
57         ]
58       }
59     },
60     {
61       "name": "AddressBook",
62       "source_files": "AddressBook/GTMABAddressBook.{h,m}",
63       "frameworks": "AddressBook",
64       "dependencies": {
65         "GoogleToolboxForMac/Core": [
66           "2.1.3"
67         ],
68         "GoogleToolboxForMac/Defines": [
69           "2.1.3"
70         ]
71       },
72       "platforms": {
73         "ios": "5.0",
74         "osx": "10.6"
75       }
76     },
77     {
78       "name": "DebugUtils",
79       "source_files": [
80         "DebugUtils/GTMDebugSelectorValidation.{h,m}",
81         "DebugUtils/GTMDebugThreadValidation.h",
82         "DebugUtils/GTMMethodCheck.h"
83       ],
84       "dependencies": {
85         "GoogleToolboxForMac/Defines": [
86           "2.1.3"
87         ]
88       }
89     },
90     {
91       "name": "GeometryUtils",
92       "source_files": "Foundation/GTMGeometryUtils.{h,m}",
93       "frameworks": "CoreGraphics",
94       "dependencies": {
95         "GoogleToolboxForMac/Defines": [
96           "2.1.3"
97         ]
98       }
99     },
100     {
101       "name": "KVO",
102       "source_files": "Foundation/GTMNSObject+KeyValueObserving.{h,m}",
103       "dependencies": {
104         "GoogleToolboxForMac/Core": [
105           "2.1.3"
106         ],
107         "GoogleToolboxForMac/DebugUtils": [
108           "2.1.3"
109         ]
110       }
111     },
112     {
113       "name": "Logger",
114       "source_files": "Foundation/GTMLogger.{h,m}",
115       "dependencies": {
116         "GoogleToolboxForMac/Defines": [
117           "2.1.3"
118         ]
119       }
120     },
121     {
122       "name": "Regex",
123       "source_files": "Foundation/GTMRegex.{h,m}",
124       "dependencies": {
125         "GoogleToolboxForMac/Defines": [
126           "2.1.3"
127         ]
128       }
129     },
130     {
131       "name": "StackTrace",
132       "source_files": "Foundation/GTMStackTrace.{h,m}",
133       "dependencies": {
134         "GoogleToolboxForMac/Defines": [
135           "2.1.3"
136         ]
137       }
138     },
139     {
140       "name": "StringEncoding",
141       "source_files": "Foundation/GTMStringEncoding.{h,m}",
142       "dependencies": {
143         "GoogleToolboxForMac/Defines": [
144           "2.1.3"
145         ]
146       }
147     },
148     {
149       "name": "SystemVersion",
150       "source_files": "Foundation/GTMSystemVersion.{h,m}",
151       "dependencies": {
152         "GoogleToolboxForMac/Defines": [
153           "2.1.3"
154         ]
155       }
156     },
157     {
158       "name": "URLBuilder",
159       "source_files": "Foundation/GTMURLBuilder.{h,m}",
160       "dependencies": {
161         "GoogleToolboxForMac/Core": [
162           "2.1.3"
163         ],
164         "GoogleToolboxForMac/Defines": [
165           "2.1.3"
166         ],
167         "GoogleToolboxForMac/NSDictionary+URLArguments": [
168           "2.1.3"
169         ],
170         "GoogleToolboxForMac/NSString+URLArguments": [
171           "2.1.3"
172         ]
173       }
174     },
175     {
176       "name": "NSData+zlib",
177       "source_files": "Foundation/GTMNSData+zlib.{h,m}",
178       "requires_arc": "Foundation/GTMNSData+zlib.{h,m}",
179       "libraries": "z",
180       "dependencies": {
181         "GoogleToolboxForMac/Defines": [
182           "2.1.3"
183         ]
184       }
185     },
186     {
187       "name": "NSDictionary+URLArguments",
188       "source_files": "Foundation/GTMNSDictionary+URLArguments.{h,m}",
189       "requires_arc": "Foundation/GTMNSDictionary+URLArguments.{h,m}",
190       "dependencies": {
191         "GoogleToolboxForMac/DebugUtils": [
192           "2.1.3"
193         ],
194         "GoogleToolboxForMac/Defines": [
195           "2.1.3"
196         ],
197         "GoogleToolboxForMac/NSString+URLArguments": [
198           "2.1.3"
199         ]
200       }
201     },
202     {
203       "name": "NSFileHandle+UniqueName",
204       "source_files": "Foundation/GTMNSFileHandle+UniqueName.{h,m}",
205       "dependencies": {
206         "GoogleToolboxForMac/Defines": [
207           "2.1.3"
208         ]
209       }
210     },
211     {
212       "name": "NSScanner+JSON",
213       "source_files": "Foundation/GTMNSScanner+JSON.{h,m}",
214       "dependencies": {
215         "GoogleToolboxForMac/Defines": [
216           "2.1.3"
217         ]
218       }
219     },
220     {
221       "name": "NSString+HTML",
222       "source_files": "Foundation/GTMNSString+HTML.{h,m}",
223       "dependencies": {
224         "GoogleToolboxForMac/Core": [
225           "2.1.3"
226         ]
227       }
228     },
229     {
230       "name": "NSString+URLArguments",
231       "source_files": "Foundation/GTMNSString+URLArguments.{h,m}"
232     },
233     {
234       "name": "NSString+XML",
235       "source_files": "Foundation/GTMNSString+XML.{h,m}",
236       "dependencies": {
237         "GoogleToolboxForMac/Defines": [
238           "2.1.3"
239         ]
240       }
241     },
242     {
243       "name": "NSThread+Blocks",
244       "source_files": "Foundation/GTMNSThread+Blocks.{h,m}",
245       "dependencies": {
246         "GoogleToolboxForMac/Defines": [
247           "2.1.3"
248         ]
249       }
250     },
251     {
252       "name": "iPhone",
253       "platforms": {
254         "ios": "5.0"
255       },
256       "requires_arc": "iPhone/GTMUIImage+Resize.{h,m}",
257       "source_files": [
258         "iPhone/GTMFadeTruncatingLabel.{h,m}",
259         "iPhone/GTMUIImage+Resize.{h,m}",
260         "iPhone/GTMUILocalizer.{h,m}",
261         "iPhone/GTMUIImage+Resize.{h,m}"
262       ],
263       "dependencies": {
264         "GoogleToolboxForMac/Defines": [
265           "2.1.3"
266         ]
267       }
268     },
269     {
270       "name": "RoundedRectPath",
271       "platforms": {
272         "ios": "5.0"
273       },
274       "source_files": "iPhone/GTMRoundedRectPath.{h,m}",
275       "requires_arc": "iPhone/GTMRoundedRectPath.{h,m}",
276       "frameworks": "CoreGraphics",
277       "dependencies": {
278         "GoogleToolboxForMac/Defines": [
279           "2.1.3"
280         ]
281       }
282     },
283     {
284       "name": "UIFont+LineHeight",
285       "platforms": {
286         "ios": "5.0"
287       },
288       "source_files": "iPhone/GTMUIFont+LineHeight.{h,m}",
289       "requires_arc": "iPhone/GTMUIFont+LineHeight.{h,m}"
290     },
291     {
292       "name": "UnitTesting",
293       "platforms": {
294         "ios": "5.0"
295       },
296       "frameworks": "CoreGraphics",
297       "source_files": [
298         "UnitTesting/GTMFoundationUnitTestingUtilities.{h,m}",
299         "UnitTesting/GTMSenTestCase.{h,m}",
300         "UnitTesting/GTMTestTimer.h",
301         "CoreGraphics",
302         "QuartzCore"
303       ],
304       "dependencies": {
305         "GoogleToolboxForMac/Defines": [
306           "2.1.3"
307         ],
308         "GoogleToolboxForMac/Regex": [
309           "2.1.3"
310         ],
311         "GoogleToolboxForMac/SystemVersion": [
312           "2.1.3"
313         ]
314       }
315     },
316     {
317       "name": "UnitTestingAppLib",
318       "platforms": {
319         "ios": "5.0"
320       },
321       "source_files": [
322         "UnitTesting/GTMCodeCoverageApp.h",
323         "UnitTesting/GTMIPhoneUnitTestDelegate.{h,m}"
324       ],
325       "dependencies": {
326         "GoogleToolboxForMac/Defines": [
327           "2.1.3"
328         ],
329         "GoogleToolboxForMac/UnitTesting": [
330           "2.1.3"
331         ]
332       }
333     }
334   ]