[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.29.0 / ARCore.podspec.json
blob78f6fdf6c340069033cebf867950ff916f813bac
2   "authors": "Google, Inc.",
3   "changelog": "https://dl.google.com/dl/cpdc/f995ff939c506828/ARCore-1.29.0-CHANGELOG.md",
4   "default_subspecs": [
5     "Base"
6   ],
7   "description": "The ARCore SDK for iOS enables apps to build AR experiences. The ARCore CocoaPod\n    contains the following features available as subspecs: Cloud Anchors allows for AR sharing between\n    devices. Augmented Faces lets you implement face-based AR even on devices without a depth sensor.\n    ",
8   "homepage": "https://developers.google.com/ar/",
9   "license": {
10     "file": "LICENSE",
11     "type": "Copyright"
12   },
13   "name": "ARCore",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "preserve_paths": [
21     "CHANGELOG",
22     "README.md",
23     "LICENSE"
24   ],
25   "readme": "https://dl.google.com/dl/cpdc/f995ff939c506828/ARCore-1.29.0-README.md",
26   "source": {
27     "http": "https://dl.google.com/dl/cpdc/f995ff939c506828/ARCore-1.29.0.tar.gz"
28   },
29   "summary": "ARCore SDK for iOS",
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "version": "1.29.0",
34   "subspecs": [
35     {
36       "dependencies": {
37         "GTMSessionFetcher/Core": [
38           "~> 1.2"
39         ],
40         "GoogleDataTransport": [
41           "~> 9.0"
42         ],
43         "GoogleToolboxForMac/Logger": [
44           "~> 2.1"
45         ],
46         "GoogleToolboxForMac/NSData+zlib": [
47           "~> 2.1"
48         ],
49         "nanopb": [
50           "~> 2.30908.0"
51         ]
52       },
53       "frameworks": [
54         "CoreTelephony",
55         "Foundation",
56         "SystemConfiguration",
57         "Security",
58         "UIKit"
59       ],
60       "libraries": [
61         "c++",
62         "z"
63       ],
64       "name": "Base",
65       "preserve_paths": [
66         "Base/Sources/module.modulemap"
67       ],
68       "source_files": [
69         "Base/Sources/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.framework"
76       ]
77     },
78     {
79       "dependencies": {
80         "ARCore/Base": "~> 1.29",
81         "Firebase/RemoteConfig": [
82           "~> 8.0"
83         ],
84         "GTMSessionFetcher/Core": [
85           "~> 1.2"
86         ],
87         "GoogleToolboxForMac/Logger": [
88           "~> 2.1"
89         ],
90         "GoogleToolboxForMac/NSData+zlib": [
91           "~> 2.1"
92         ],
93         "nanopb": [
94           "~> 2.30908.0"
95         ]
96       },
97       "frameworks": [
98         "CoreGraphics",
99         "CoreImage",
100         "CoreMotion",
101         "CoreVideo",
102         "CoreTelephony",
103         "Foundation",
104         "ImageIO",
105         "Security",
106         "SystemConfiguration",
107         "UIKit"
108       ],
109       "libraries": [
110         "c++",
111         "z",
112         "sqlite3"
113       ],
114       "name": "CloudAnchors",
115       "resource_bundles": {
116         "ARCoreResources": [
117           "CloudAnchors/Resources/ARCoreResources/**"
118         ]
119       },
120       "vendored_frameworks": [
121         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
122       ],
123       "weak_frameworks": [
124         "ARKit"
125       ]
126     },
127     {
128       "dependencies": {
129         "ARCore/Base": "~> 1.29",
130         "nanopb": [
131           "~> 2.30908.0"
132         ]
133       },
134       "frameworks": [
135         "Accelerate",
136         "AVFoundation",
137         "CoreFoundation",
138         "CoreGraphics",
139         "CoreImage",
140         "CoreMedia",
141         "CoreTelephony",
142         "CoreVideo",
143         "Foundation",
144         "GLKit",
145         "Metal",
146         "OpenGLES",
147         "QuartzCore",
148         "Security",
149         "SystemConfiguration",
150         "UIKit"
151       ],
152       "libraries": [
153         "sqlite3",
154         "z",
155         "c++"
156       ],
157       "name": "AugmentedFaces",
158       "resource_bundles": {
159         "ARCoreFaceResources": [
160           "AugmentedFaces/Resources/ARCoreFaceResources/**"
161         ]
162       },
163       "vendored_frameworks": [
164         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
165       ]
166     }
167   ]