Merge branch 'master' into develop

This commit is contained in:
Xavier Schott 2018-06-04 22:22:12 -07:00
commit 2fcb23eb7e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ platform :ios, '8.0'
use_frameworks!
target 'TGPControlsDemo-Pods' do
#pod 'TGPControls', :path => '../../TGPControls'
pod 'TGPControls'
pod 'TGPControls', :path => '../../TGPControls'
#pod 'TGPControls'
end