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