Skip to content

Commit 8967838

Browse files
author
Jean-Philippe Barbaud
committed
Fix podspec deployment target
1 parent de8ffe7 commit 8967838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AFNetworkActivityLogger.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/AFNetworking/AFNetworkActivityLogger.git', :tag => '2.0.0' }
99
s.source_files = 'AFNetworkActivityLogger.{h,m}'
1010
s.requires_arc = true
11+
s.ios.deployment_target = '6.0'
1112

1213
s.dependency 'AFNetworking', '~> 2.0'
1314
end

0 commit comments

Comments
 (0)