[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.28.0 / ARCore.podspec.json
blob75aff4ab93dee39a0ece821c4f5c32c141f43cf8
2   "authors": "Google, Inc.",
3   "changelog": "https://dl.google.com/dl/cpdc/2e353b3522164c4b/ARCore-1.28.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/2e353b3522164c4b/ARCore-1.28.0-README.md",
26   "source": {
27     "http": "https://dl.google.com/dl/cpdc/2e353b3522164c4b/ARCore-1.28.0.tar.gz"
28   },
29   "summary": "ARCore SDK for iOS",
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "version": "1.28.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.28",
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.28",
130         "nanopb": [
131           "~> 2.30908.0"
132         ]
133       },
134       "frameworks": [
135         "Accelerate",
136         "AVFoundation",
137         "CoreGraphics",
138         "CoreImage",
139         "CoreMedia",
140         "CoreTelephony",
141         "CoreVideo",
142         "Foundation",
143         "GLKit",
144         "Metal",
145         "OpenGLES",
146         "QuartzCore",
147         "Security",
148         "SystemConfiguration",
149         "UIKit"
150       ],
151       "libraries": [
152         "sqlite3",
153         "z",
154         "c++"
155       ],
156       "name": "AugmentedFaces",
157       "resource_bundles": {
158         "ARCoreFaceResources": [
159           "AugmentedFaces/Resources/ARCoreFaceResources/**"
160         ]
161       },
162       "vendored_frameworks": [
163         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
164       ]
165     }
166   ]