Adding spec for AFHTTPRequestOperationLogger 0.9.0

This commit is contained in:
Mattt Thompson
2012-03-11 11:42:24 -07:00
parent ef5be77211
commit be33029b41
@@ -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