Skip to content

Commit 7666ceb

Browse files
committed
Add macOS 10.11+ to podspec, set version to 0.1.2
1 parent 1820eee commit 7666ceb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CoreXLSX.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CoreXLSX'
11-
s.version = '0.1.1'
11+
s.version = '0.1.2'
1212
s.summary = 'Excel spreadsheet (XLSX) format support in pure Swift'
1313

1414
# This description is used to generate tags and improve search results.
@@ -30,6 +30,7 @@ Excel spreadsheet (XLSX) format support in pure Swift.
3030
s.social_media_url = 'https://twitter.com/MaxDesiatov'
3131

3232
s.ios.deployment_target = '9.0'
33+
s.osx.deployment_target = '10.11'
3334

3435
s.source_files = 'Sources/CoreXLSX/**/*.swift'
3536

0 commit comments

Comments
 (0)