Skip to content

Commit

Permalink
updated to 0.0.2
Browse files Browse the repository at this point in the history
fix for getting subreddits
  • Loading branch information
ohayon committed May 27, 2013
1 parent 61761cc commit 3a9e3db
Showing 1 changed file with 3 additions and 3 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.1"
s.version = "0.0.2"
s.summary = "AFHTTPClient Subclass for the Reddit Api."
s.homepage = "https://github.com/ohwutup/AFRedditAPIClient"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "David Ohayon" => "ohwutup@gmail.com" }
s.source = {
:git => "https://github.com/ohwutup/AFRedditAPIClient.git",
:tag => '0.0.1'
:tag => '0.0.2'
}
s.ios.deployment_target = '5.0'
s.source_files = '*.{h,m}'
Expand Down

0 comments on commit 3a9e3db

Please sign in to comment.