iOS 8 Swift & iOS 7 Objective C Demo Projects

This commit is contained in:
arquebuse 2015-03-13 15:37:36 -07:00
parent d7b4957e84
commit b0fc7f4ae0
1 changed files with 2 additions and 2 deletions

View File

@ -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