Skip to content

Commit

Permalink
switched back to 0.0.1 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ohayon committed May 27, 2013
1 parent 718f2f5 commit cae5f02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "AFRedditAPIClient"
s.version = "0.0.2"
s.version = "0.0.1"
s.summary = "AFHTTPClient Subclass for the Reddit Api."
s.homepage = "https://github.com/ohwutup/AFRedditAPIClient"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "David Ohayon" => "ohwutup@gmail.com" }
s.source = {
:git => "https://github.com/ohwutup/AFRedditAPIClient.git",
:tag => '0.0.2'
:tag => '0.0.1'
}
s.ios.deployment_target = '5.0'
s.source_files = '*.{h,m}'
Expand Down

0 comments on commit cae5f02

Please sign in to comment.