Skip to content
This repository was archived by the owner on Feb 15, 2021. It is now read-only.

Commit 275ef66

Browse files
committed
Exclude docs and update to Swift 5
1 parent 47356c4 commit 275ef66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PockKit.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ Documentation can be found at https://kit.pock.dev/docs/
2424

2525
s.platform = :osx
2626
s.osx.deployment_target = "10.12.2"
27-
s.swift_version = "4.2"
27+
s.swift_version = "5.0"
2828

2929
s.frameworks = 'Foundation'
3030
s.frameworks = 'AppKit'
3131

32+
s.exclude_files = ['docs/**/*']
33+
3234
s.subspec 'Protocols' do |ss|
3335
ss.source_files = 'PockKit/Protocols/**/*'
3436
end

0 commit comments

Comments
 (0)