Skip to content

Commit

Permalink
issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ohayon committed May 27, 2013
1 parent fcd7644 commit 6007258
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AFRedditAPIClient/0.0.1/AFRedditAPIClient.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "AFRedditAPIClient"
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.1'
}
s.ios.deployment_target = '5.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 1.0'
end

0 comments on commit 6007258

Please sign in to comment.