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