Adding spec for AFHTTPRequestOperationLogger 0.9.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user