Skip to content

Commit b0fc7f4

Browse files
iOS 8 Swift & iOS 7 Objective C Demo Projects
1 parent d7b4957 commit b0fc7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TGPControlsDemo/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ source 'https://github.com/CocoaPods/Specs.git'
66
use_frameworks!
77

88
target 'TGPControlsDemo' do
9-
pod 'TGPControls', :path => '../../TGPControls'
10-
# pod 'TGPControls'
9+
#pod 'TGPControls', :path => '../../TGPControls'
10+
pod 'TGPControls'
1111
end
1212

1313
target 'TGPControlsDemoTests' do

0 commit comments

Comments
 (0)