diff --git a/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec b/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec index 86e9aa19c51399..e26c75a6dff236 100644 --- a/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec +++ b/ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec @@ -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 diff --git a/ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec b/ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec index 4a1562883e165d..e20d6c44ffc89d 100644 --- a/ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec +++ b/ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec @@ -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