[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.12.0 / ARCore.podspec.json
blob57c1a829069057fb39d97fe2bc9aacaddeb8f0f0
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/71b916711c46898e/ARCore-1.12.0.tar.gz"
22   },
23   "summary": "ARCore SDK for iOS",
24   "version": "1.12.0",
25   "subspecs": [
26     {
27       "dependencies": {
28         "ARCore/Base": "~> 1.12",
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       "platforms": {
58         "ios": "10.0"
59       },
60       "resource_bundles": {
61         "ARCoreFaceResources": [
62           "AugmentedFaces/Resources/ARCoreFaceResources/**"
63         ]
64       },
65       "vendored_frameworks": [
66         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
67       ]
68     },
69     {
70       "dependencies": {
71         "ARCore/Base": "~> 1.12",
72         "GTMSessionFetcher/Core": "~> 1.2",
73         "GoogleToolboxForMac/Logger": "~> 2.1",
74         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
75         "Protobuf": "~> 3.5"
76       },
77       "frameworks": [
78         "AVFoundation",
79         "CoreFoundation",
80         "CoreGraphics",
81         "CoreImage",
82         "CoreMedia",
83         "CoreMotion",
84         "CoreVideo",
85         "Foundation",
86         "ImageIO",
87         "QuartzCore",
88         "Security",
89         "UIKit",
90         "VideoToolbox"
91       ],
92       "libraries": [
93         "c++",
94         "z"
95       ],
96       "name": "CloudAnchors",
97       "preserve_paths": [
98         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.pbxproj",
99         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
100         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/AppDelegate.h",
101         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/AppDelegate.m",
102         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Assets.xcassets/AppIcon.appiconset/Contents.json",
103         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Base.lproj/LaunchScreen.storyboard",
104         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Base.lproj/Main.storyboard",
105         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/CloudAnchorManager.h",
106         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/CloudAnchorManager.m",
107         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.h",
108         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/ExampleViewController.m",
109         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/Info.plist",
110         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/andy.dae",
111         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/andy.scn",
112         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/example.scnassets/texture.png",
113         "CloudAnchors/Examples/CloudAnchorExample/CloudAnchorExample/main.m",
114         "CloudAnchors/Examples/CloudAnchorExample/Podfile",
115         "CloudAnchors/Examples/CloudAnchorExample/README"
116       ],
117       "resource_bundles": {
118         "ARCoreResources": [
119           "CloudAnchors/Resources/ARCoreResources/**"
120         ]
121       },
122       "vendored_frameworks": [
123         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
124       ],
125       "weak_frameworks": [
126         "ARKit"
127       ]
128     },
129     {
130       "name": "Base",
131       "preserve_paths": [
132         "Base/Sources/module.modulemap"
133       ],
134       "source_files": [
135         "Base/Sources/ARCore.h"
136       ],
137       "user_target_xcconfig": {
138         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ARCore/Base/Sources"
139       }
140     }
141   ]