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