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