Skip to content

Commit f64972c

Browse files
committed
Adding missing AFNetworking dependency.
1 parent ecab609 commit f64972c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AFHTTPClientLogger.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/jparise/AFHTTPClientLogger.git', :tag => s.version }
99
s.requires_arc = true
1010

11+
s.dependency 'AFNetworking', '>= 2.3'
1112
s.source_files = 'AFHTTPClientLogger.{h,m}'
1213

1314
s.ios.deployment_target = '6.0'

0 commit comments

Comments
 (0)