[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / a / ARCore / 1.17.0 / ARCore.podspec.json
blobd5e21fbe2d94b6f2db0c93d8178f5d88ffdf2bab
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/d9205e7e247aa3e5/ARCore-1.17.0.tar.gz"
23   },
24   "summary": "ARCore SDK for iOS",
25   "version": "1.17.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.17",
42         "GTMSessionFetcher/Core": "~> 1.2",
43         "GoogleToolboxForMac/Logger": "~> 2.1",
44         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
45         "Protobuf": "~> 3.5"
46       },
47       "frameworks": [
48         "AVFoundation",
49         "CoreFoundation",
50         "CoreGraphics",
51         "CoreImage",
52         "CoreMedia",
53         "CoreMotion",
54         "CoreVideo",
55         "Foundation",
56         "ImageIO",
57         "QuartzCore",
58         "Security",
59         "UIKit",
60         "VideoToolbox"
61       ],
62       "libraries": [
63         "c++",
64         "z"
65       ],
66       "name": "CloudAnchors",
67       "resource_bundles": {
68         "ARCoreResources": [
69           "CloudAnchors/Resources/ARCoreResources/**"
70         ]
71       },
72       "vendored_frameworks": [
73         "CloudAnchors/Frameworks/ARCoreCloudAnchors.framework"
74       ],
75       "weak_frameworks": [
76         "ARKit"
77       ]
78     },
79     {
80       "dependencies": {
81         "ARCore/Base": "~> 1.17",
82         "GTMSessionFetcher/Core": "~> 1.2",
83         "GoogleToolboxForMac/Logger": "~> 2.1",
84         "GoogleToolboxForMac/NSData+zlib": "~> 2.1",
85         "Protobuf": "~> 3.5"
86       },
87       "frameworks": [
88         "Accelerate",
89         "AVFoundation",
90         "CoreFoundation",
91         "CoreGraphics",
92         "CoreImage",
93         "CoreMedia",
94         "CoreVideo",
95         "Foundation",
96         "GLKit",
97         "Metal",
98         "OpenGLES",
99         "QuartzCore",
100         "Security",
101         "UIKit"
102       ],
103       "libraries": [
104         "sqlite3",
105         "z",
106         "c++"
107       ],
108       "name": "AugmentedFaces",
109       "resource_bundles": {
110         "ARCoreFaceResources": [
111           "AugmentedFaces/Resources/ARCoreFaceResources/**"
112         ]
113       },
114       "vendored_frameworks": [
115         "AugmentedFaces/Frameworks/ARCoreAugmentedFaces.framework"
116       ]
117     }
118   ]