Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Bumping version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Dec 9, 2014
1 parent 3781e27 commit 65726a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFgzipRequestSerializer.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "AFgzipRequestSerializer"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "gzip Request Serializer for AFNetworking"
s.homepage = "https://github.com/AFNetworking/AFgzipRequestSerializer"
s.social_media_url = 'https://twitter.com/AFNetworking'
s.license = 'MIT'
s.author = { "Mattt Thompson" => "m@mattt.me" }
s.source = { :git => "https://github.com/AFNetworking/AFgzipRequestSerializer.git",
:tag => "0.0.1" }
:tag => "0.0.2" }

s.source_files = 'AFgzipRequestSerializer'
s.requires_arc = true
Expand Down

0 comments on commit 65726a7

Please sign in to comment.