From 3a1fbbfcf340f6350aa0873a9ff9f7bdf799451d Mon Sep 17 00:00:00 2001 From: Jens Kohl Date: Thu, 24 May 2012 12:44:32 +0300 Subject: [PATCH] Fix wrong repository URL --- SPTabBarController/0.1/SPTabBarController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPTabBarController/0.1/SPTabBarController.podspec b/SPTabBarController/0.1/SPTabBarController.podspec index 26d0ed37..d401effb 100644 --- a/SPTabBarController/0.1/SPTabBarController.podspec +++ b/SPTabBarController/0.1/SPTabBarController.podspec @@ -5,6 +5,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/cpatni/SPTabBarController' s.author = { 'Chandra Patni' => 'http://rubyorchard.wordpress.com' } - s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :commit => 'b1418fd253b891d12dcf1b6340d6c8207ca463b7' } + s.source = { :git => 'https://github.com/cpatni/SPTabBarController', :commit => 'b1418fd253b891d12dcf1b6340d6c8207ca463b7' } s.source_files = 'SPTabBarController/SPTabBarController.{h,m}' end