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