[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 7 / 9 / GVRSDK / 0.8.0 / GVRSDK.podspec.json
blob4b530bf3f80a8d4c9ae555b65f68d931b1393fe7
2   "name": "GVRSDK",
3   "version": "0.8.0",
4   "summary": "Google VR SDK for iOS",
5   "description": "Google VR SDK for iOS 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/*"
23   ],
24   "source_files": [
25     "Headers/Public/*.h"
26   ],
27   "preserve_paths": [
28     "Panorama",
29     "Stars",
30     "TreasureHunt",
31     "VideoWidgetDemo"
32   ],
33   "frameworks": [
34     "AudioToolbox",
35     "AVFoundation",
36     "CoreGraphics",
37     "CoreMedia",
38     "CoreMotion",
39     "CoreVideo",
40     "GLKit",
41     "MediaPlayer",
42     "OpenGLES",
43     "QuartzCore"
44   ],
45   "libraries": [
46     "c++"
47   ],
48   "source": {
49     "http": "https://www.gstatic.com/cpdc/ddd681a0d902ddca-GVRSDK-0.8.0.tar.gz"
50   }