Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
15 lines (13 loc) · 528 Bytes

File metadata and controls

15 lines (13 loc) · 528 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'AFHTTPClientLogger'
s.version = '0.7.0'
s.license = 'MIT'
s.authors = { 'Jon Parise' => 'jon@indelible.org' }
s.summary = 'AFNetworking Extension for request logging.'
s.homepage = 'https://github.com/jparise/AFHTTPClientLogger'
s.source = { :git => 'https://github.com/jparise/AFHTTPClientLogger.git', :tag => s.version }
s.requires_arc = true
s.dependency 'AFNetworking', '>= 2.3'
s.source_files = 'AFHTTPClientLogger.{h,m}'
s.ios.deployment_target = '6.0'
end
Morty Proxy This is a proxified and sanitized view of the page, visit original site.