12 lines
516 B
Ruby
12 lines
516 B
Ruby
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
|