Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit e0758c6

Browse files
committed
Fix podspec OS X deployment target
1 parent 75a3c09 commit e0758c6

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
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
s.source_files = 'AFNetworkActivityLogger.{h,m}'
1010
s.requires_arc = true
1111
s.ios.deployment_target = '6.0'
12+
s.osx.deployment_target = '10.8'
1213

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

0 commit comments

Comments
 (0)