[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / b / GoogleToolboxForMac / 2.1.0 / GoogleToolboxForMac.podspec.json
bloba9bb24053c14a851c55b6a7e97900e72b843202f
2   "name": "GoogleToolboxForMac",
3   "version": "2.1.0",
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.0"
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   },
20   "requires_arc": false,
21   "subspecs": [
22     {
23       "name": "Defines",
24       "public_header_files": "GTMDefines.h",
25       "source_files": "GTMDefines.h"
26     },
27     {
28       "name": "Core",
29       "source_files": [
30         "DebugUtils/GTMTypeCasting.h",
31         "Foundation/GTMLocalizedString.h",
32         "Foundation/GTMLogger.h"
33       ],
34       "dependencies": {
35         "GoogleToolboxForMac/Defines": [
36           "2.1.0"
37         ]
38       }
39     },
40     {
41       "name": "AddressBook",
42       "source_files": "AddressBook/GTMABAddressBook.{h,m}",
43       "frameworks": "AddressBook",
44       "dependencies": {
45         "GoogleToolboxForMac/Core": [
46           "2.1.0"
47         ],
48         "GoogleToolboxForMac/Defines": [
49           "2.1.0"
50         ]
51       }
52     },
53     {
54       "name": "DebugUtils",
55       "source_files": [
56         "DebugUtils/GTMDebugSelectorValidation.{h,m}",
57         "DebugUtils/GTMDebugThreadValidation.h",
58         "DebugUtils/GTMMethodCheck.h"
59       ],
60       "dependencies": {
61         "GoogleToolboxForMac/Defines": [
62           "2.1.0"
63         ]
64       }
65     },
66     {
67       "name": "GeometryUtils",
68       "source_files": "Foundation/GTMGeometryUtils.{h,m}",
69       "frameworks": "CoreGraphics",
70       "dependencies": {
71         "GoogleToolboxForMac/Defines": [
72           "2.1.0"
73         ]
74       }
75     },
76     {
77       "name": "KVO",
78       "source_files": "Foundation/GTMNSObject+KeyValueObserving.{h,m}",
79       "dependencies": {
80         "GoogleToolboxForMac/Core": [
81           "2.1.0"
82         ],
83         "GoogleToolboxForMac/DebugUtils": [
84           "2.1.0"
85         ]
86       }
87     },
88     {
89       "name": "Logger",
90       "source_files": "Foundation/GTMLogger.{h,m}",
91       "dependencies": {
92         "GoogleToolboxForMac/Defines": [
93           "2.1.0"
94         ]
95       }
96     },
97     {
98       "name": "Regex",
99       "source_files": "Foundation/GTMRegex.{h,m}",
100       "dependencies": {
101         "GoogleToolboxForMac/Defines": [
102           "2.1.0"
103         ]
104       }
105     },
106     {
107       "name": "StackTrace",
108       "source_files": "Foundation/GTMStackTrace.{h,m}",
109       "dependencies": {
110         "GoogleToolboxForMac/Defines": [
111           "2.1.0"
112         ]
113       }
114     },
115     {
116       "name": "StringEncoding",
117       "source_files": "Foundation/GTMStringEncoding.{h,m}",
118       "dependencies": {
119         "GoogleToolboxForMac/Defines": [
120           "2.1.0"
121         ]
122       }
123     },
124     {
125       "name": "SystemVersion",
126       "source_files": "Foundation/GTMSystemVersion.{h,m}",
127       "dependencies": {
128         "GoogleToolboxForMac/Defines": [
129           "2.1.0"
130         ]
131       }
132     },
133     {
134       "name": "URLBuilder",
135       "source_files": "Foundation/GTMURLBuilder.{h,m}",
136       "dependencies": {
137         "GoogleToolboxForMac/Core": [
138           "2.1.0"
139         ],
140         "GoogleToolboxForMac/Defines": [
141           "2.1.0"
142         ],
143         "GoogleToolboxForMac/NSDictionary+URLArguments": [
144           "2.1.0"
145         ],
146         "GoogleToolboxForMac/NSString+URLArguments": [
147           "2.1.0"
148         ]
149       }
150     },
151     {
152       "name": "NSData+zlib",
153       "source_files": "Foundation/GTMNSData+zlib.{h,m}",
154       "requires_arc": "Foundation/GTMNSData+zlib.{h,m}",
155       "libraries": "z",
156       "dependencies": {
157         "GoogleToolboxForMac/Defines": [
158           "2.1.0"
159         ]
160       }
161     },
162     {
163       "name": "NSDictionary+URLArguments",
164       "source_files": "Foundation/GTMNSDictionary+URLArguments.{h,m}",
165       "requires_arc": "Foundation/GTMNSDictionary+URLArguments.{h,m}",
166       "dependencies": {
167         "GoogleToolboxForMac/DebugUtils": [
168           "2.1.0"
169         ],
170         "GoogleToolboxForMac/Defines": [
171           "2.1.0"
172         ],
173         "GoogleToolboxForMac/NSString+URLArguments": [
174           "2.1.0"
175         ]
176       }
177     },
178     {
179       "name": "NSFileHandle+UniqueName",
180       "source_files": "Foundation/GTMNSFileHandle+UniqueName.{h,m}",
181       "dependencies": {
182         "GoogleToolboxForMac/Defines": [
183           "2.1.0"
184         ]
185       }
186     },
187     {
188       "name": "NSScanner+JSON",
189       "source_files": "Foundation/GTMNSScanner+JSON.{h,m}",
190       "dependencies": {
191         "GoogleToolboxForMac/Defines": [
192           "2.1.0"
193         ]
194       }
195     },
196     {
197       "name": "NSString+HTML",
198       "source_files": "Foundation/GTMNSString+HTML.{h,m}",
199       "dependencies": {
200         "GoogleToolboxForMac/Core": [
201           "2.1.0"
202         ]
203       }
204     },
205     {
206       "name": "NSString+URLArguments",
207       "source_files": "Foundation/GTMNSString+URLArguments.{h,m}"
208     },
209     {
210       "name": "NSString+XML",
211       "source_files": "Foundation/GTMNSString+XML.{h,m}",
212       "dependencies": {
213         "GoogleToolboxForMac/Defines": [
214           "2.1.0"
215         ]
216       }
217     },
218     {
219       "name": "NSThread+Blocks",
220       "source_files": "Foundation/GTMNSThread+Blocks.{h,m}",
221       "dependencies": {
222         "GoogleToolboxForMac/Defines": [
223           "2.1.0"
224         ]
225       }
226     },
227     {
228       "name": "iPhone",
229       "platforms": {
230         "ios": "5.0"
231       },
232       "requires_arc": "iPhone/GTMUIImage+Resize.{h,m}",
233       "source_files": [
234         "iPhone/GTMFadeTruncatingLabel.{h,m}",
235         "iPhone/GTMUIImage+Resize.{h,m}",
236         "iPhone/GTMUILocalizer.{h,m}",
237         "iPhone/GTMUIImage+Resize.{h,m}"
238       ],
239       "dependencies": {
240         "GoogleToolboxForMac/Defines": [
241           "2.1.0"
242         ]
243       }
244     },
245     {
246       "name": "RoundedRectPath",
247       "platforms": {
248         "ios": "5.0"
249       },
250       "source_files": "iPhone/GTMRoundedRectPath.{h,m}",
251       "requires_arc": "iPhone/GTMRoundedRectPath.{h,m}",
252       "frameworks": "CoreGraphics",
253       "dependencies": {
254         "GoogleToolboxForMac/Defines": [
255           "2.1.0"
256         ]
257       }
258     },
259     {
260       "name": "UIFont+LineHeight",
261       "platforms": {
262         "ios": "5.0"
263       },
264       "source_files": "iPhone/GTMUIFont+LineHeight.{h,m}",
265       "requires_arc": "iPhone/GTMUIFont+LineHeight.{h,m}"
266     },
267     {
268       "name": "UnitTesting",
269       "platforms": {
270         "ios": "5.0"
271       },
272       "frameworks": "CoreGraphics",
273       "source_files": [
274         "UnitTesting/GTMFoundationUnitTestingUtilities.{h,m}",
275         "UnitTesting/GTMSenTestCase.{h,m}",
276         "UnitTesting/GTMTestTimer.h",
277         "CoreGraphics",
278         "QuartzCore"
279       ],
280       "dependencies": {
281         "GoogleToolboxForMac/Defines": [
282           "2.1.0"
283         ],
284         "GoogleToolboxForMac/Regex": [
285           "2.1.0"
286         ],
287         "GoogleToolboxForMac/SystemVersion": [
288           "2.1.0"
289         ]
290       }
291     },
292     {
293       "name": "UnitTestingAppLib",
294       "platforms": {
295         "ios": "5.0"
296       },
297       "source_files": [
298         "UnitTesting/GTMCodeCoverageApp.h",
299         "UnitTesting/GTMIPhoneUnitTestDelegate.{h,m}"
300       ],
301       "dependencies": {
302         "GoogleToolboxForMac/Defines": [
303           "2.1.0"
304         ],
305         "GoogleToolboxForMac/UnitTesting": [
306           "2.1.0"
307         ]
308       }
309     }
310   ]