From 23b2125b0572c4d3b76ad1f9f1390d1d3888b408 Mon Sep 17 00:00:00 2001 From: Christine Israel Date: Wed, 1 Feb 2017 14:43:45 -0800 Subject: [PATCH] GVR iOS SDK v1.20.0 --- Samples/Panorama/Podfile | 2 +- Samples/Stars/Podfile | 2 +- Samples/TreasureHunt/Podfile | 2 +- Samples/TreasureHuntNDK/Podfile | 2 +- Samples/VideoWidgetDemo/Podfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Samples/Panorama/Podfile b/Samples/Panorama/Podfile index 29b5d05..b8f890a 100644 --- a/Samples/Panorama/Podfile +++ b/Samples/Panorama/Podfile @@ -1,3 +1,3 @@ target 'Panorama' do - pod 'GVRSDK/GVRView' + pod 'GVRSDK' end diff --git a/Samples/Stars/Podfile b/Samples/Stars/Podfile index 0d77ee4..baa9856 100644 --- a/Samples/Stars/Podfile +++ b/Samples/Stars/Podfile @@ -1,3 +1,3 @@ target 'Stars' do - pod 'GVRSDK/SDK' + pod 'GVRSDK' end diff --git a/Samples/TreasureHunt/Podfile b/Samples/TreasureHunt/Podfile index 2da67d0..4cf29c9 100644 --- a/Samples/TreasureHunt/Podfile +++ b/Samples/TreasureHunt/Podfile @@ -1,3 +1,3 @@ target 'TreasureHunt' do - pod 'GVRSDK/SDK' + pod 'GVRSDK' end diff --git a/Samples/TreasureHuntNDK/Podfile b/Samples/TreasureHuntNDK/Podfile index f02eaee..23d08b6 100644 --- a/Samples/TreasureHuntNDK/Podfile +++ b/Samples/TreasureHuntNDK/Podfile @@ -1,3 +1,3 @@ target 'TreasureHuntNDK' do - pod 'GVRSDK/NDK' + pod 'GVRSDK' end diff --git a/Samples/VideoWidgetDemo/Podfile b/Samples/VideoWidgetDemo/Podfile index 84a9565..bf77d03 100644 --- a/Samples/VideoWidgetDemo/Podfile +++ b/Samples/VideoWidgetDemo/Podfile @@ -1,3 +1,3 @@ target 'VideoWidgetDemo' do - pod 'GVRSDK/GVRView' + pod 'GVRSDK' end