[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 9 / 5 / ARCoreNanoPbUpdated / 1.46.0 / ARCoreNanoPbUpdated.podspec.json
blob9845eb96ce1c11e341709c42239d1ea8760f530b
2   "name": "ARCoreNanoPbUpdated",
3   "version": "1.46.0",
4   "summary": "Custom ARCore SDK with updated nanopb dependency.",
5   "homepage": "https://github.com/hlefe/ARCoreNanoPbUpdated",
6   "platforms": {
7     "ios": "13.0"
8   },
9   "swift_versions": "5.9",
10   "cocoapods_version": ">= 1.12.0",
11   "preserve_paths": [
12     "CHANGELOG",
13     "README.md",
14     "LICENSE",
15     "Package.swift"
16   ],
17   "license": {
18     "type": "Copyright",
19     "file": "LICENSE"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "NO",
23     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
25   },
26   "authors": {
27     "YOURNAME": "Google, Inc."
28   },
29   "source": {
30     "git": "https://github.com/hlefe/ARCoreNanoPbUpdated.git"
31   },
32   "frameworks": "UIKit",
33   "default_subspecs": "Base",
34   "subspecs": [
35     {
36       "name": "Base",
37       "source_files": [
38         "Base/Sources/dummy.h",
39         "Base/Sources/ARCore/ARCore.h"
40       ],
41       "preserve_paths": [
42         "Base/dummy.m",
43         "Base/Sources/ARCore/module.modulemap"
44       ],
45       "frameworks": [
46         "CoreTelephony",
47         "Foundation",
48         "SystemConfiguration",
49         "Security",
50         "UIKit"
51       ],
52       "libraries": [
53         "c++",
54         "z"
55       ],
56       "user_target_xcconfig": {
57         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
58       },
59       "dependencies": {
60         "GoogleDataTransport": [
61           "~> 10.1.0"
62         ],
63         "nanopb": [
64           "~> 3.30910"
65         ]
66       }
67     },
68     {
69       "name": "CloudAnchors",
70       "source_files": [
71         "CloudAnchors/Sources/dummy.h"
72       ],
73       "preserve_paths": [
74         "CloudAnchors/dummy.m"
75       ],
76       "frameworks": [
77         "ARKit",
78         "CoreFoundation",
79         "CoreGraphics",
80         "CoreImage",
81         "CoreMotion",
82         "CoreVideo",
83         "CoreTelephony",
84         "Foundation",
85         "ImageIO",
86         "Security",
87         "SystemConfiguration",
88         "UIKit"
89       ],
90       "libraries": [
91         "c++",
92         "z",
93         "sqlite3",
94         "m"
95       ],
96       "dependencies": {
97         "ARCoreNanoPbUpdated/GARSession": [
98           "~> 1.46"
99         ],
100         "GTMSessionFetcher/Core": [
101           ">= 1.5",
102           "< 4.0"
103         ],
104         "nanopb": [
105           "~> 3.30910"
106         ]
107       }
108     },
109     {
110       "name": "Geospatial",
111       "source_files": [
112         "Geospatial/Sources/dummy.h"
113       ],
114       "preserve_paths": [
115         "Geospatial/dummy.m"
116       ],
117       "frameworks": [
118         "ARKit",
119         "AVFoundation",
120         "CoreFoundation",
121         "CoreGraphics",
122         "CoreImage",
123         "CoreLocation",
124         "CoreMedia",
125         "CoreMotion",
126         "CoreTelephony",
127         "CoreVideo",
128         "Foundation",
129         "ImageIO",
130         "SceneKit",
131         "Security",
132         "SystemConfiguration",
133         "UIKit"
134       ],
135       "libraries": [
136         "c++",
137         "z",
138         "sqlite3",
139         "dl",
140         "m"
141       ],
142       "dependencies": {
143         "ARCoreNanoPbUpdated/GARSession": [
144           "~> 1.46"
145         ]
146       }
147     },
148     {
149       "name": "GARSession",
150       "source_files": [
151         "GARSession/Sources/dummy.h"
152       ],
153       "preserve_paths": [
154         "GARSession/dummy.m"
155       ],
156       "frameworks": [
157         "ARKit",
158         "CoreFoundation",
159         "CoreGraphics",
160         "CoreImage",
161         "CoreMotion",
162         "CoreTelephony",
163         "CoreVideo",
164         "Foundation",
165         "ImageIO",
166         "Security",
167         "SystemConfiguration",
168         "UIKit"
169       ],
170       "libraries": [
171         "c++",
172         "z",
173         "sqlite3"
174       ],
175       "resource_bundles": {
176         "ARCoreResources": [
177           "GARSession/Resources/ARCoreResources/**"
178         ]
179       },
180       "dependencies": {
181         "ARCoreNanoPbUpdated/Base": [
182           "~> 1.46"
183         ],
184         "Firebase/RemoteConfig": [
185           "~> 11.2"
186         ],
187         "nanopb": [
188           "~> 3.30910"
189         ]
190       }
191     },
192     {
193       "name": "AugmentedFaces",
194       "source_files": [
195         "AugmentedFaces/Sources/dummy.h"
196       ],
197       "preserve_paths": [
198         "AugmentedFaces/dummy.m"
199       ],
200       "frameworks": [
201         "Accelerate",
202         "AVFoundation",
203         "CoreFoundation",
204         "CoreGraphics",
205         "CoreMedia",
206         "CoreTelephony",
207         "CoreVideo",
208         "Foundation",
209         "GLKit",
210         "ImageIO",
211         "Metal",
212         "MobileCoreServices",
213         "OpenGLES",
214         "QuartzCore",
215         "Security",
216         "SystemConfiguration",
217         "UIKit"
218       ],
219       "libraries": [
220         "z",
221         "c++",
222         "dl",
223         "m"
224       ],
225       "resource_bundles": {
226         "ARCoreFaceResources": [
227           "AugmentedFaces/Resources/ARCoreFaceResources/**"
228         ]
229       },
230       "dependencies": {
231         "ARCoreNanoPbUpdated/Base": [
232           "~> 1.46"
233         ],
234         "ARCoreNanoPbUpdated/TFShared": [
235           "~> 1.46"
236         ],
237         "nanopb": [
238           "~> 3.30910"
239         ]
240       }
241     },
242     {
243       "name": "Semantics",
244       "source_files": [
245         "Semantics/Sources/dummy.h"
246       ],
247       "preserve_paths": [
248         "Semantics/dummy.m"
249       ],
250       "frameworks": [
251         "Accelerate",
252         "ARKit",
253         "CoreVideo",
254         "Foundation"
255       ],
256       "libraries": [
257         "z",
258         "c++",
259         "dl",
260         "m"
261       ],
262       "resource_bundles": {
263         "ARCoreCoreMLSemanticsResources": [
264           "Semantics/Resources/ARCoreCoreMLSemanticsResources/**"
265         ]
266       },
267       "dependencies": {
268         "ARCoreNanoPbUpdated/GARSession": [
269           "~> 1.46"
270         ],
271         "ARCoreNanoPbUpdated/TFShared": [
272           "~> 1.46"
273         ]
274       }
275     },
276     {
277       "name": "TFShared",
278       "source_files": [
279         "TFShared/Sources/dummy.h"
280       ],
281       "preserve_paths": [
282         "TFShared/dummy.m"
283       ],
284       "frameworks": [
285         "Accelerate"
286       ],
287       "libraries": [
288         "c++",
289         "z"
290       ],
291       "dependencies": {
292         "ARCoreNanoPbUpdated/Base": [
293           "~> 1.46"
294         ]
295       }
296     }
297   ],
298   "swift_version": "5.9"