[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 7 / 9 / GVRSDK / 1.0.0 / GVRSDK.podspec.json
blobb598f81c2e719682e83712297fa979b308941b2e
2   "name": "GVRSDK",
3   "version": "1.0.0",
4   "summary": "Google VR SDK.",
5   "description": "Google VR SDK for iOS developers.",
6   "homepage": "https://developers.google.com/cardboard/",
7   "license": {
8     "text": "Copyright 2016 Google",
9     "type": "Copyright"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "http": "https://dl.google.com/dl/cpdc/9241b11007bfabda/GVRSDK-1.0.0.tar.gz"
17   },
18   "header_mappings_dir": "Sources",
19   "vendored_libraries": [
20     "Libraries/libCardboardSDK_arm64.a",
21     "Libraries/libCardboardSDK_armv7.a",
22     "Libraries/libCardboardSDK_i386.a",
23     "Libraries/libCardboardSDK_x86_64.a"
24   ],
25   "source_files": [
26     "Sources/GVRAudioEngine.h",
27     "Sources/GVRCardboardView.h",
28     "Sources/GVRHeadTransform.h",
29     "Sources/GVROverlayView.h",
30     "Sources/GVRPanoramaView.h",
31     "Sources/GVRVideoView.h",
32     "Sources/GVRWidgetView.h",
33     "Sources/vr/gvr/capi/include/gvr.h",
34     "Sources/vr/gvr/capi/include/gvr_audio.h",
35     "Sources/vr/gvr/capi/include/gvr_types.h",
36     "Sources/vr/gvr/capi/include/gvr_version.h"
37   ],
38   "resources": [
39     "Resources/CardboardSDK.bundle",
40     "Resources/GoogleKitCore.bundle",
41     "Resources/GoogleKitDialogs.bundle",
42     "Resources/GoogleKitHUD.bundle",
43     "Resources/MaterialRobotoFontLoader.bundle"
44   ],
45   "prepare_command": "lipo -create Libraries/libCardboardSDK_i386.a Libraries/libCardboardSDK_x86_64.a Libraries/libCardboardSDK_armv7.a Libraries/libCardboardSDK_arm64.a -output Libraries/libCardboardSDK.a",
46   "preserve_paths": [
47     "copy/Panorama/Assets.xcassets/AppIcon.appiconset/Contents.json",
48     "copy/Panorama/Assets.xcassets/Contents.json",
49     "copy/Panorama/Panorama-Info.plist",
50     "copy/Panorama/Panorama.xcodeproj/project.pbxproj",
51     "copy/Panorama/PanoramaAppDelegate.h",
52     "copy/Panorama/PanoramaAppDelegate.m",
53     "copy/Panorama/PanoramaViewController.h",
54     "copy/Panorama/PanoramaViewController.m",
55     "copy/Panorama/Podfile",
56     "copy/Panorama/andes.jpg",
57     "copy/Panorama/launch.xib",
58     "copy/Panorama/main.m",
59     "copy/Panorama/tests/BasicIntegrationTest.mm",
60     "copy/Stars/Assets.xcassets/AppIcon.appiconset/Contents.json",
61     "copy/Stars/Assets.xcassets/Contents.json",
62     "copy/Stars/Default-568h@2x.png",
63     "copy/Stars/Podfile",
64     "copy/Stars/Stars-Info.plist",
65     "copy/Stars/Stars.xcodeproj/project.pbxproj",
66     "copy/Stars/StarsAppDelegate.h",
67     "copy/Stars/StarsAppDelegate.m",
68     "copy/Stars/StarsRenderLoop.h",
69     "copy/Stars/StarsRenderLoop.m",
70     "copy/Stars/StarsRenderer.h",
71     "copy/Stars/StarsRenderer.m",
72     "copy/Stars/StarsViewController.h",
73     "copy/Stars/StarsViewController.m",
74     "copy/Stars/launch.xib",
75     "copy/Stars/main.m",
76     "copy/TreasureHunt/Podfile",
77     "copy/TreasureHunt/TreasureHunt-Info.plist",
78     "copy/TreasureHunt/TreasureHunt.xcodeproj/project.pbxproj",
79     "copy/TreasureHunt/TreasureHuntAppDelegate.h",
80     "copy/TreasureHunt/TreasureHuntAppDelegate.m",
81     "copy/TreasureHunt/TreasureHuntRenderLoop.h",
82     "copy/TreasureHunt/TreasureHuntRenderLoop.m",
83     "copy/TreasureHunt/TreasureHuntRenderer.h",
84     "copy/TreasureHunt/TreasureHuntRenderer.m",
85     "copy/TreasureHunt/TreasureHuntViewController.h",
86     "copy/TreasureHunt/TreasureHuntViewController.m",
87     "copy/TreasureHunt/cube_sound.wav",
88     "copy/TreasureHunt/launch.xib",
89     "copy/TreasureHunt/main.m",
90     "copy/TreasureHunt/noise_sample.wav",
91     "copy/TreasureHunt/success.wav",
92     "copy/TreasureHunt/tests/BasicIntegrationTest.mm",
93     "copy/TreasureHuntNDK/Podfile",
94     "copy/TreasureHuntNDK/TreasureHuntAppDelegate.h",
95     "copy/TreasureHuntNDK/TreasureHuntAppDelegate.m",
96     "copy/TreasureHuntNDK/TreasureHuntNDK-Info.plist",
97     "copy/TreasureHuntNDK/TreasureHuntNDK.xcodeproj/project.pbxproj",
98     "copy/TreasureHuntNDK/TreasureHuntViewController.h",
99     "copy/TreasureHuntNDK/TreasureHuntViewController.mm",
100     "copy/TreasureHuntNDK/cube_sound.wav",
101     "copy/TreasureHuntNDK/launch.xib",
102     "copy/TreasureHuntNDK/main.m",
103     "copy/TreasureHuntNDK/noise_sample.wav",
104     "copy/TreasureHuntNDK/success.wav",
105     "copy/TreasureHuntNDK/treasure_hunt_renderer.h",
106     "copy/TreasureHuntNDK/treasure_hunt_renderer.mm",
107     "copy/TreasureHuntNDK/world_layout_data.h",
108     "copy/VideoWidgetDemo/Assets.xcassets/Contents.json",
109     "copy/VideoWidgetDemo/Info.plist",
110     "copy/VideoWidgetDemo/Main.storyboard",
111     "copy/VideoWidgetDemo/Podfile",
112     "copy/VideoWidgetDemo/VideoPlayerAppDelegate.h",
113     "copy/VideoWidgetDemo/VideoPlayerAppDelegate.m",
114     "copy/VideoWidgetDemo/VideoPlayerViewController.h",
115     "copy/VideoWidgetDemo/VideoPlayerViewController.m",
116     "copy/VideoWidgetDemo/VideoWidgetDemo.xcodeproj/project.pbxproj",
117     "copy/VideoWidgetDemo/launch.xib",
118     "copy/VideoWidgetDemo/main.m",
119     "copy/VideoWidgetDemo/resources/congo.mp4",
120     "copy/VideoWidgetDemo/tests/BasicIntegrationTest.mm"
121   ],
122   "frameworks": [
123     "AudioToolbox",
124     "AVFoundation",
125     "CoreGraphics",
126     "CoreMedia",
127     "CoreMotion",
128     "CoreText",
129     "CoreVideo",
130     "GLKit",
131     "MediaPlayer",
132     "OpenGLES",
133     "QuartzCore"
134   ],
135   "libraries": [
136     "c++"
137   ]