[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / b / 4 / CardboardSDK / 0.7.0 / CardboardSDK.podspec.json
blob5cc6d4c1339d312205045606654d01e9bb7bfbdb
2   "name": "CardboardSDK",
3   "version": "0.7.0",
4   "summary": "Cardboard iOS SDK",
5   "description": "Cardboard iOS SDK for VR developers",
6   "homepage": "https://developers.google.com/cardboard/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2016 Google Inc. All Rights Reserved."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_libraries": [
16     "Libraries/libCardboardSDK.a"
17   ],
18   "public_header_files": [
19     "Headers/Public/*.h"
20   ],
21   "resources": [
22     "Resources/MaterialTypography.bundle",
23     "Resources/GoogleKitHUD.bundle",
24     "Resources/GoogleKitDialogs.bundle",
25     "Resources/GoogleKitCore.bundle",
26     "Resources/CardboardSDK.bundle"
27   ],
28   "source_files": [
29     "Headers/Public/*.h"
30   ],
31   "preserve_paths": [
32     "Panorama",
33     "Stars",
34     "TreasureHunt",
35     "VideoWidgetDemo"
36   ],
37   "frameworks": [
38     "AudioToolbox",
39     "AVFoundation",
40     "CoreGraphics",
41     "CoreMedia",
42     "CoreMotion",
43     "CoreVideo",
44     "GLKit",
45     "MediaPlayer",
46     "OpenGLES",
47     "QuartzCore"
48   ],
49   "libraries": [
50     "c++"
51   ],
52   "source": {
53     "http": "https://www.gstatic.com/cpdc/97ceadc125bddf66-CardboardSDK-0.7.0.tar.gz"
54   },
55   "deprecated_in_favor_of": "GVRSDK"