From 5223309c4af3e20f0c6978b876824200207b2d89 Mon Sep 17 00:00:00 2001 From: Bruno Wernimont Date: Sun, 1 Apr 2012 08:52:01 +0200 Subject: [PATCH] Change from private git url to public --- ITWLoadingPanel/1.0.0/ITWLoadingPanel.podspec | 4 ++-- ITWLoadingPanel/1.0.1/ITWLoadingPanel.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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