[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.15.0 / ARCore.podspec.json
blobf04f829c481af5fd1a1b74fcbaec1ddb033bd79f
2   "authors": "Google, Inc.",
3   "default_subspecs": [
4     "Base"
5   ],
6   "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    ",
7   "homepage": "https://developers.google.com/ar/",
8   "license": {
9     "text": "Copyright 2020 Google",
10     "type": "Copyright"
11   },
12   "name": "ARCore",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "preserve_paths": [
17     "CHANGELOG",
18     "README.md"
19   ],
20   "source": {
21     "http": "https://dl.google.com/dl/cpdc/b1b01110b342a3c3/ARCore-1.15.0.tar.gz"
22   },
23   "summary": "ARCore SDK for iOS",
24   "version": "1.15.0",
25   "subspecs": [
26     {
27       "dependencies": {
28         "ARCore/Base": "~> 1.15",
29         "GTMSessionFetcher/Core": "~> 1.2",
30         "GoogleToolboxForMac/Logger": "~> 2.1",
31         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
32         "Protobuf": "~> 3.5"
33       },
34       "frameworks": [
35         "Accelerate",
36         "AVFoundation",
37         "CoreFoundation",
38         "CoreGraphics",
39         "CoreImage",
40         "CoreMedia",
41         "CoreMotion",
42         "CoreVideo",
43         "Foundation",
44         "GLKit",
45         "Metal",
46         "OpenGLES",
47         "QuartzCore",
48         "Security",
49         "UIKit"
50       ],
51       "libraries": [
52         "sqlite3",
53         "z",
54         "c++"
55       ],
56       "name": "AugmentedFaces",
57       "resource_bundles": {
58         "ARCoreFaceResources": [
59           "AugmentedFaces/Resources/ARCoreFaceResources/**"
60         ]
61       },
62       "vendored_frameworks": [
63         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
64       ]
65     },
66     {
67       "dependencies": {
68         "ARCore/Base": "~> 1.15",
69         "GTMSessionFetcher/Core": "~> 1.2",
70         "GoogleToolboxForMac/Logger": "~> 2.1",
71         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
72         "Protobuf": "~> 3.5"
73       },
74       "frameworks": [
75         "AVFoundation",
76         "CoreFoundation",
77         "CoreGraphics",
78         "CoreImage",
79         "CoreMedia",
80         "CoreMotion",
81         "CoreVideo",
82         "Foundation",
83         "ImageIO",
84         "QuartzCore",
85         "Security",
86         "UIKit",
87         "VideoToolbox"
88       ],
89       "libraries": [
90         "c++",
91         "z"
92       ],
93       "name": "CloudAnchors",
94       "resource_bundles": {
95         "ARCoreResources": [
96           "CloudAnchors/Resources/ARCoreResources/**"
97         ]
98       },
99       "vendored_frameworks": [
100         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
101       ],
102       "weak_frameworks": [
103         "ARKit"
104       ]
105     },
106     {
107       "name": "Base",
108       "preserve_paths": [
109         "Base/Sources/module.modulemap"
110       ],
111       "source_files": [
112         "Base/Sources/ARCore.h"
113       ],
114       "user_target_xcconfig": {
115         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
116       }
117     }
118   ]