Skip to content

Commit

Permalink
Change from private git url to public
Browse files Browse the repository at this point in the history
  • Loading branch information
brunow committed Apr 1, 2012
1 parent cddba28 commit 5223309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec
Expand Up @@ -5,11 +5,11 @@ Pod::Spec.new do |s|
s.summary = 'Drop in classes for adding a download info panel.'
s.homepage = 'https://github.com/brunow/ITWLoadingPanel'
s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' }
s.source = { :git => 'https://brunow@github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.0' }

s.description = 'ITWLoadingPanel is a class for adding a download info panel, made at Intotheweb.'
s.platform = :ios
s.source_files = 'ITWLoadingPanel/*.{h,m}'
s.resources = 'ITWLoadingPanel/*.{xib}'
s.clean_paths = 'ITWLoadingPanelExample', 'ITWLoadingPanelExample.xcodeproj', 'Screenshot.png'
s.clean_paths = 'ITWLoadingPanelExample', 'ITWLoadingPanelExample.xcodeproj', 'Screenshot.png'
end
2 changes: 1 addition & 1 deletion ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Drop in classes for adding a download info panel.'
s.homepage = 'https://github.com/brunow/ITWLoadingPanel'
s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' }
s.source = { :git => 'https://brunow@github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.1' }
s.source = { :git => 'https://github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.1' }

s.description = 'ITWLoadingPanel is a class for adding a download info panel, made at Intotheweb.'
s.platform = :ios
Expand Down

0 comments on commit 5223309

Please sign in to comment.