forked from AFNetworking/AFNetworkActivityLogger
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAFNetworkActivityLogger.podspec
More file actions
Latest commit
16 lines (15 loc) · 661 Bytes
/
Copy pathAFNetworkActivityLogger.podspec
File metadata and controls
16 lines (15 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='AFNetworkActivityLogger'
s.version='2.0.3'
s.license='MIT'
s.summary='AFNetworking 2.0 Extension for Network Request Logging'
s.homepage='https://github.com/AFNetworking/AFNetworkActivityLogger'
s.authors={'Mattt Thompson'=>'m@mattt.me'}
s.source={:git=>'https://github.com/AFNetworking/AFNetworkActivityLogger.git',:tag=>'2.0.3'}
s.source_files='AFNetworkActivityLogger'
s.requires_arc=true
s.ios.deployment_target='6.0'
s.osx.deployment_target='10.8'
s.dependency'AFNetworking/NSURLSession','~> 2.0'
s.dependency'AFNetworking/NSURLConnection','~> 2.0'
end