From b0fc7f4ae0f431d040de7910f8e831339ff7f3b3 Mon Sep 17 00:00:00 2001 From: arquebuse Date: Fri, 13 Mar 2015 15:37:36 -0700 Subject: [PATCH] iOS 8 Swift & iOS 7 Objective C Demo Projects --- TGPControlsDemo/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGPControlsDemo/Podfile b/TGPControlsDemo/Podfile index 379aa18..e421b4d 100644 --- a/TGPControlsDemo/Podfile +++ b/TGPControlsDemo/Podfile @@ -6,8 +6,8 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! target 'TGPControlsDemo' do - pod 'TGPControls', :path => '../../TGPControls' - # pod 'TGPControls' + #pod 'TGPControls', :path => '../../TGPControls' + pod 'TGPControls' end target 'TGPControlsDemoTests' do