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