Skip to content

Commit

Permalink
Add MCHTTPRequestLogger (0.5.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Feb 13, 2013
1 parent d66150d commit 69012f9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MCHTTPRequestLogger/0.5.0/MCHTTPRequestLogger.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'MCHTTPRequestLogger'
s.version = '0.5.0'
s.license = 'BSD 3-Clause'
s.summary = 'Output HTTP requests made with AFNetworking in the debug console.'
s.homepage = 'https://github.com/mirego/MCHTTPRequestLogger'
s.authors = { 'Mirego, Inc.' => 'info@mirego.com' }
s.source = { :git => 'https://github.com/mirego/MCHTTPRequestLogger.git', :tag => '0.5.0' }
s.source_files = 'MCHTTPRequestLogger.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

s.dependency 'AFNetworking', '>= 1.0'
end

0 comments on commit 69012f9

Please sign in to comment.