[Add] CxjToasts 1.0.9
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.13.0 / ARCore.podspec.json
bloba89926938caf98561a68459768946f3beddf6455
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 2019 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/47d8d9bd3fd50114/ARCore-1.13.0.tar.gz"
22   },
23   "summary": "ARCore SDK for iOS",
24   "version": "1.13.0",
25   "subspecs": [
26     {
27       "dependencies": {
28         "ARCore/Base": "~> 1.13",
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.13",
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       "preserve_paths": [
95         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj",
96         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
97         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/AppDelegate.h",
98         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/AppDelegate.m",
99         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Assets.xcassets/AppIcon.appiconset/Contents.json",
100         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Base.lproj/LaunchScreen.storyboard",
101         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Base.lproj/Main.storyboard",
102         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/CloudAnchorManager.h",
103         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/CloudAnchorManager.m",
104         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.h",
105         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m",
106         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Info.plist",
107         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/andy.dae",
108         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/andy.scn",
109         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/texture.png",
110         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/main.m",
111         "CloudAnchors/Examples/CloudAnchorExample/Podfile",
112         "CloudAnchors/Examples/CloudAnchorExample/README"
113       ],
114       "resource_bundles": {
115         "ARCoreResources": [
116           "CloudAnchors/Resources/ARCoreResources/**"
117         ]
118       },
119       "vendored_frameworks": [
120         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
121       ],
122       "weak_frameworks": [
123         "ARKit"
124       ]
125     },
126     {
127       "name": "Base",
128       "preserve_paths": [
129         "Base/Sources/module.modulemap"
130       ],
131       "source_files": [
132         "Base/Sources/ARCore.h"
133       ],
134       "user_target_xcconfig": {
135         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
136       }
137     }
138   ]