From 0db23a90810e18f48e9110815904e4fd55dc3adf Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Tue, 29 Jan 2013 16:23:22 -0600 Subject: [PATCH] Fix podspec --- AFXAuthClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFXAuthClient.podspec b/AFXAuthClient.podspec index b4899fc..815e3c8 100644 --- a/AFXAuthClient.podspec +++ b/AFXAuthClient.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/romaonthego/AFXAuthClient' s.license = { :type => "MIT", :file => "LICENSE" } s.authors = { 'Roman Efimov' => 'romefimov@gmail.com', 'Mattt Thompson' => 'm@mattt.me', 'Eric Johnson' => 'eric@semisecretsoftware.com' } - s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient', :tag => '1.0'} + s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0'} s.source_files = 'AFXAuthClient' s.requires_arc = true