[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.23.0 / ARCore.podspec.json
blob87cdcd9a3d386bfc6718c583c2a0a00fab5fa395
2   "authors": "Google, Inc.",
3   "changelog": "https://dl.google.com/dl/cpdc/f3dd4e97ce621828/ARCore-1.23.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   "preserve_paths": [
18     "CHANGELOG",
19     "README.md",
20     "LICENSE"
21   ],
22   "readme": "https://dl.google.com/dl/cpdc/f3dd4e97ce621828/ARCore-1.23.0-README.md",
23   "source": {
24     "http": "https://dl.google.com/dl/cpdc/f3dd4e97ce621828/ARCore-1.23.0.tar.gz"
25   },
26   "summary": "ARCore SDK for iOS",
27   "version": "1.23.0",
28   "subspecs": [
29     {
30       "dependencies": {
31         "GTMSessionFetcher/Core": "~> 1.2",
32         "GoogleDataTransport": "~> 8.0",
33         "GoogleToolboxForMac/Logger": "~> 2.1",
34         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
35         "nanopb": "~> 2.30906.0"
36       },
37       "frameworks": [
38         "CoreTelephony",
39         "Foundation",
40         "SystemConfiguration",
41         "UIKit"
42       ],
43       "libraries": [
44         "c++",
45         "z"
46       ],
47       "name": "Base",
48       "preserve_paths": [
49         "Base/Sources/module.modulemap"
50       ],
51       "source_files": [
52         "Base/Sources/ARCore.h"
53       ],
54       "user_target_xcconfig": {
55         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
56       },
57       "vendored_frameworks": [
58         "Base/Frameworks/ARCoreBase.framework"
59       ]
60     },
61     {
62       "dependencies": {
63         "ARCore/Base": "~> 1.23",
64         "Firebase/RemoteConfig": "~> 7.0",
65         "GTMSessionFetcher/Core": "~> 1.2",
66         "GoogleToolboxForMac/Logger": "~> 2.1",
67         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
68         "nanopb": "~> 2.30906.0"
69       },
70       "frameworks": [
71         "CoreGraphics",
72         "CoreImage",
73         "CoreMotion",
74         "CoreVideo",
75         "CoreTelephony",
76         "Foundation",
77         "ImageIO",
78         "Security",
79         "SystemConfiguration",
80         "UIKit"
81       ],
82       "libraries": [
83         "c++",
84         "z",
85         "sqlite3"
86       ],
87       "name": "CloudAnchors",
88       "resource_bundles": {
89         "ARCoreResources": [
90           "CloudAnchors/Resources/ARCoreResources/**"
91         ]
92       },
93       "vendored_frameworks": [
94         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
95       ],
96       "weak_frameworks": [
97         "ARKit"
98       ]
99     },
100     {
101       "dependencies": {
102         "ARCore/Base": "~> 1.23",
103         "nanopb": "~> 2.30906.0"
104       },
105       "frameworks": [
106         "Accelerate",
107         "AVFoundation",
108         "CoreGraphics",
109         "CoreImage",
110         "CoreMedia",
111         "CoreTelephony",
112         "CoreVideo",
113         "Foundation",
114         "GLKit",
115         "Metal",
116         "OpenGLES",
117         "QuartzCore",
118         "SystemConfiguration",
119         "UIKit"
120       ],
121       "libraries": [
122         "sqlite3",
123         "z",
124         "c++"
125       ],
126       "name": "AugmentedFaces",
127       "resource_bundles": {
128         "ARCoreFaceResources": [
129           "AugmentedFaces/Resources/ARCoreFaceResources/**"
130         ]
131       },
132       "vendored_frameworks": [
133         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
134       ]
135     }
136   ]