Skip to content

Commit

Permalink
Adding PodSpec file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 11, 2012
1 parent c516d83 commit d6feae8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions AFHTTPRequestOperationLogger.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'AFHTTPRequestOperationLogger'
s.version = '0.9.0'
s.license = 'MIT'
s.summary = 'AFNetworking Extension for HTTP Request Logging'
s.homepage = 'https://github.com/AFNetworking/AFHTTPRequestOperationLogger'
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/AFNetworking/AFHTTPRequestOperationLogger.git', :tag => '0.9.0' }
s.source_files = 'AFHTTPRequestOperationLogger.{h,m}'
s.dependency 'AFNetworking', '0.9.0'
end

0 comments on commit d6feae8

Please sign in to comment.