From 266c763d2b56c868d9bebcfdbd136104c1bb3128 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sun, 13 Jan 2013 09:47:03 -0800 Subject: [PATCH] Changing tags for AFJSONRPCClient from 0.1.0 to 0.3.0 --- AFJSONRPCClient/{0.1.0 => 0.3.0}/AFJSONRPCClient.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename AFJSONRPCClient/{0.1.0 => 0.3.0}/AFJSONRPCClient.podspec (90%) diff --git a/AFJSONRPCClient/0.1.0/AFJSONRPCClient.podspec b/AFJSONRPCClient/0.3.0/AFJSONRPCClient.podspec similarity index 90% rename from AFJSONRPCClient/0.1.0/AFJSONRPCClient.podspec rename to AFJSONRPCClient/0.3.0/AFJSONRPCClient.podspec index 26c51630..677c0f77 100644 --- a/AFJSONRPCClient/0.1.0/AFJSONRPCClient.podspec +++ b/AFJSONRPCClient/0.3.0/AFJSONRPCClient.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'AFJSONRPCClient' - s.version = '0.1.0' + s.version = '0.3.0' s.homepage = 'https://github.com/AFNetworking/AFJSONRPCClient' s.authors = { 'wiistriker' => 'wiistriker@gmail.com' } s.license = 'MIT' s.summary = 'A JSON-RPC client built on AFNetworking.' s.source = { :git => 'https://github.com/AFNetworking/AFJSONRPCClient.git', - :tag => '0.1.0' } + :tag => '0.3.0' } s.source_files = 'AFJSONRPCClient' s.requires_arc = true