[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.27.0 / ARCore.podspec.json
blob20974794c63de508301deb589e654f073d445b4c
2   "authors": "Google, Inc.",
3   "changelog": "https://dl.google.com/dl/cpdc/5778d62cc88f73a9/ARCore-1.27.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/5778d62cc88f73a9/ARCore-1.27.0-README.md",
23   "source": {
24     "http": "https://dl.google.com/dl/cpdc/5778d62cc88f73a9/ARCore-1.27.0.tar.gz"
25   },
26   "summary": "ARCore SDK for iOS",
27   "version": "1.27.0",
28   "subspecs": [
29     {
30       "dependencies": {
31         "GTMSessionFetcher/Core": [
32           "~> 1.2"
33         ],
34         "GoogleDataTransport": [
35           "~> 9.0"
36         ],
37         "GoogleToolboxForMac/Logger": [
38           "~> 2.1"
39         ],
40         "GoogleToolboxForMac/NSData+zlib": [
41           "~> 2.1"
42         ],
43         "nanopb": [
44           "~> 2.30908.0"
45         ]
46       },
47       "frameworks": [
48         "CoreTelephony",
49         "Foundation",
50         "SystemConfiguration",
51         "Security",
52         "UIKit"
53       ],
54       "libraries": [
55         "c++",
56         "z"
57       ],
58       "name": "Base",
59       "preserve_paths": [
60         "Base/Sources/module.modulemap"
61       ],
62       "source_files": [
63         "Base/Sources/ARCore.h"
64       ],
65       "user_target_xcconfig": {
66         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
67       },
68       "vendored_frameworks": [
69         "Base/Frameworks/ARCoreBase.framework"
70       ]
71     },
72     {
73       "dependencies": {
74         "ARCore/Base": "~> 1.27",
75         "Firebase/RemoteConfig": [
76           "~> 8.0"
77         ],
78         "GTMSessionFetcher/Core": [
79           "~> 1.2"
80         ],
81         "GoogleToolboxForMac/Logger": [
82           "~> 2.1"
83         ],
84         "GoogleToolboxForMac/NSData+zlib": [
85           "~> 2.1"
86         ],
87         "nanopb": [
88           "~> 2.30908.0"
89         ]
90       },
91       "frameworks": [
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       ],
108       "name": "CloudAnchors",
109       "resource_bundles": {
110         "ARCoreResources": [
111           "CloudAnchors/Resources/ARCoreResources/**"
112         ]
113       },
114       "vendored_frameworks": [
115         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
116       ],
117       "weak_frameworks": [
118         "ARKit"
119       ]
120     },
121     {
122       "dependencies": {
123         "ARCore/Base": "~> 1.27",
124         "nanopb": [
125           "~> 2.30908.0"
126         ]
127       },
128       "frameworks": [
129         "Accelerate",
130         "AVFoundation",
131         "CoreGraphics",
132         "CoreImage",
133         "CoreMedia",
134         "CoreTelephony",
135         "CoreVideo",
136         "Foundation",
137         "GLKit",
138         "Metal",
139         "OpenGLES",
140         "QuartzCore",
141         "Security",
142         "SystemConfiguration",
143         "UIKit"
144       ],
145       "libraries": [
146         "sqlite3",
147         "z",
148         "c++"
149       ],
150       "name": "AugmentedFaces",
151       "resource_bundles": {
152         "ARCoreFaceResources": [
153           "AugmentedFaces/Resources/ARCoreFaceResources/**"
154         ]
155       },
156       "vendored_frameworks": [
157         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
158       ]
159     }
160   ]