Skip to content

Commit

Permalink
Fixed pod spec with Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfgrilo committed Sep 30, 2018
1 parent 215efaf commit 9e26356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
1 change: 1 addition & 0 deletions macOSThemeKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|

s.platform = :osx, '10.10'
s.requires_arc = true
s.swift_version = '4.2'

s.source_files = 'Sources/**/*.swift'
end

0 comments on commit 9e26356

Please sign in to comment.