Skip to content

Commit c7f3390

Browse files
committed
change osx deployment target to 10.13 (required by pod lint)
1 parent fdf3e39 commit c7f3390

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MapCache.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MapCache
33
#
44
# MIT License
5-
# Copyright (c) 2019-2020 Juan M. Merlos @merlos
5+
# Copyright (c) 2019-2023 Juan M. Merlos @merlos
66
#
77
# Be sure to run `pod lib lint MapCache.podspec' to ensure this is a
88
# valid spec before submitting.
@@ -29,7 +29,7 @@ DESC
2929
s.swift_version = '5.0'
3030
s.source_files = 'MapCache/Classes/**/*'
3131
s.ios.deployment_target = '11.0'
32-
s.osx.deployment_target = '10.10'
32+
s.osx.deployment_target = '10.13'
3333
# s.resource_bundles = {
3434
# 'MapCache' => ['MapCache/Assets/*.png']
3535
# }

0 commit comments

Comments
 (0)