Files
JBChartView/AFHTTPRequestOperationLogger/0.10.0/AFHTTPRequestOperationLogger.podspec
T
2012-12-17 15:41:34 -08:00

14 lines
546 B
Ruby

Pod::Spec.new do |s|
s.name = 'AFHTTPRequestOperationLogger'
s.version = '0.10.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.10.0' }
s.source_files = 'AFHTTPRequestOperationLogger.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '>= 0.9.0'
end