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