From 3352d869a421167ad3edf49a420bd3e5205b6afd Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Thu, 8 Dec 2011 18:35:49 +0100 Subject: [PATCH] Fix podspec --- AFNetworking.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index c481d1a..f551c63 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -4,8 +4,8 @@ Pod::Spec.new do |s| s.summary = 'A delightful iOS and OS X networking framework' s.homepage = 'https://github.com/AFNetworking/AFNetworking' s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} - s.source = :git => 'https://github.com/AFNetworking/AFNetworking.git', - :tag => '0.8.0' + s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', + :tag => '0.8.0' } s.source_files = 'AFNetworking' end