We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf3e39 commit c7f3390Copy full SHA for c7f3390
1 file changed
MapCache.podspec
@@ -2,7 +2,7 @@
2
# MapCache
3
#
4
# MIT License
5
-# Copyright (c) 2019-2020 Juan M. Merlos @merlos
+# Copyright (c) 2019-2023 Juan M. Merlos @merlos
6
7
# Be sure to run `pod lib lint MapCache.podspec' to ensure this is a
8
# valid spec before submitting.
@@ -29,7 +29,7 @@ DESC
29
s.swift_version = '5.0'
30
s.source_files = 'MapCache/Classes/**/*'
31
s.ios.deployment_target = '11.0'
32
- s.osx.deployment_target = '10.10'
+ s.osx.deployment_target = '10.13'
33
# s.resource_bundles = {
34
# 'MapCache' => ['MapCache/Assets/*.png']
35
# }
0 commit comments