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