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