[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.37.0 / ARCore.podspec.json
blob2c5d3671df7889d29947a3a13fb6737b247ace4a
2   "authors": "Google, Inc.",
3   "changelog": "https://dl.google.com/dl/cpdc/ed0dab924d8231e4/ARCore-1.37.0-CHANGELOG.md",
4   "cocoapods_version": ">= 1.10.0",
5   "default_subspecs": [
6     "Base"
7   ],
8   "description": "The ARCore SDK for iOS enables apps to build AR experiences using Google's\n        cross-platform AR features.",
9   "homepage": "https://developers.google.com/ar/",
10   "license": {
11     "file": "LICENSE",
12     "type": "Copyright"
13   },
14   "name": "ARCore",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "pod_target_xcconfig": {
19     "ENABLE_BITCODE": "NO",
20     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7",
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
22   },
23   "preserve_paths": [
24     "CHANGELOG",
25     "README.md",
26     "LICENSE",
27     "Package.swift"
28   ],
29   "readme": "https://dl.google.com/dl/cpdc/ed0dab924d8231e4/ARCore-1.37.0-README.md",
30   "source": {
31     "http": "https://dl.google.com/dl/cpdc/ed0dab924d8231e4/ARCore-1.37.0.tar.gz"
32   },
33   "summary": "ARCore SDK for iOS",
34   "user_target_xcconfig": {
35     "ENABLE_BITCODE": "NO",
36     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7",
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
38   },
39   "version": "1.37.0",
40   "subspecs": [
41     {
42       "dependencies": {
43         "GoogleDataTransport": [
44           "~> 9.2"
45         ],
46         "nanopb": [
47           ">= 2.30908.0",
48           " < 2.30910.0"
49         ]
50       },
51       "frameworks": [
52         "CoreTelephony",
53         "Foundation",
54         "SystemConfiguration",
55         "Security",
56         "UIKit"
57       ],
58       "libraries": [
59         "c++",
60         "z"
61       ],
62       "name": "Base",
63       "preserve_paths": [
64         "Base/dummy.m",
65         "Base/Sources/ARCore/module.modulemap"
66       ],
67       "source_files": [
68         "Base/Sources/dummy.h",
69         "Base/Sources/ARCore/ARCore.h"
70       ],
71       "user_target_xcconfig": {
72         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
73       },
74       "vendored_frameworks": [
75         "Base/Frameworks/ARCoreBase.xcframework"
76       ]
77     },
78     {
79       "dependencies": {
80         "ARCore/GARSession": "~> 1.37",
81         "GTMSessionFetcher/Core": [
82           ">= 1.5",
83           " < 4.0"
84         ],
85         "nanopb": [
86           ">= 2.30908.0",
87           " < 2.30910.0"
88         ]
89       },
90       "frameworks": [
91         "ARKit",
92         "CoreGraphics",
93         "CoreImage",
94         "CoreMotion",
95         "CoreVideo",
96         "CoreTelephony",
97         "Foundation",
98         "ImageIO",
99         "Security",
100         "SystemConfiguration",
101         "UIKit"
102       ],
103       "libraries": [
104         "c++",
105         "z",
106         "sqlite3",
107         "m"
108       ],
109       "name": "CloudAnchors",
110       "preserve_paths": [
111         "CloudAnchors/dummy.m"
112       ],
113       "source_files": [
114         "CloudAnchors/Sources/dummy.h"
115       ],
116       "vendored_frameworks": [
117         "CloudAnchors/Frameworks/ARCoreCloudAnchors.xcframework"
118       ]
119     },
120     {
121       "dependencies": {
122         "ARCore/GARSession": "~> 1.37"
123       },
124       "frameworks": [
125         "ARKit",
126         "AVFoundation",
127         "CoreGraphics",
128         "CoreImage",
129         "CoreLocation",
130         "CoreMedia",
131         "CoreMotion",
132         "CoreTelephony",
133         "CoreVideo",
134         "Foundation",
135         "ImageIO",
136         "SceneKit",
137         "Security",
138         "SystemConfiguration",
139         "UIKit"
140       ],
141       "libraries": [
142         "c++",
143         "z",
144         "sqlite3",
145         "dl",
146         "m"
147       ],
148       "name": "Geospatial",
149       "preserve_paths": [
150         "Geospatial/dummy.m"
151       ],
152       "source_files": [
153         "Geospatial/Sources/dummy.h"
154       ],
155       "vendored_frameworks": [
156         "Geospatial/Frameworks/ARCoreGeospatial.xcframework"
157       ]
158     },
159     {
160       "dependencies": {
161         "ARCore/Base": "~> 1.37",
162         "Firebase/RemoteConfig": [
163           ">= 8.0",
164           " < 11.0"
165         ],
166         "nanopb": [
167           ">= 2.30908.0",
168           " < 2.30910.0"
169         ]
170       },
171       "frameworks": [
172         "ARKit",
173         "CoreGraphics",
174         "CoreImage",
175         "CoreMotion",
176         "CoreTelephony",
177         "CoreVideo",
178         "Foundation",
179         "ImageIO",
180         "Security",
181         "SystemConfiguration",
182         "UIKit"
183       ],
184       "libraries": [
185         "c++",
186         "z",
187         "sqlite3"
188       ],
189       "name": "GARSession",
190       "preserve_paths": [
191         "GARSession/dummy.m"
192       ],
193       "resource_bundles": {
194         "ARCoreResources": [
195           "GARSession/Resources/ARCoreResources/**"
196         ]
197       },
198       "source_files": [
199         "GARSession/Sources/dummy.h"
200       ],
201       "vendored_frameworks": [
202         "GARSession/Frameworks/ARCoreGARSession.xcframework"
203       ]
204     },
205     {
206       "dependencies": {
207         "ARCore/Base": "~> 1.37",
208         "nanopb": [
209           ">= 2.30908.0",
210           " < 2.30910.0"
211         ]
212       },
213       "frameworks": [
214         "Accelerate",
215         "AVFoundation",
216         "CoreFoundation",
217         "CoreGraphics",
218         "CoreMedia",
219         "CoreTelephony",
220         "CoreVideo",
221         "Foundation",
222         "GLKit",
223         "ImageIO",
224         "Metal",
225         "MobileCoreServices",
226         "OpenGLES",
227         "QuartzCore",
228         "Security",
229         "SystemConfiguration",
230         "UIKit"
231       ],
232       "libraries": [
233         "z",
234         "c++",
235         "dl",
236         "m"
237       ],
238       "name": "AugmentedFaces",
239       "preserve_paths": [
240         "AugmentedFaces/dummy.m"
241       ],
242       "resource_bundles": {
243         "ARCoreFaceResources": [
244           "AugmentedFaces/Resources/ARCoreFaceResources/**"
245         ]
246       },
247       "source_files": [
248         "AugmentedFaces/Sources/dummy.h"
249       ],
250       "vendored_frameworks": [
251         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.xcframework"
252       ]
253     }
254   ],
255   "swift_version": "4.0"