Skip to content

Commit 9dd052b

Browse files
committed
Declare swift version in podspec
1 parent 888d250 commit 9dd052b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.swift-version

-1
This file was deleted.

RichString.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Pod::Spec.new do |s|
1313
s.author = "Stefan van den Oord"
1414
s.documentation_url = "https://svdo.github.io/swift-RichString/"
1515

16+
s.swift_version = "4.2"
17+
1618
s.ios.deployment_target = "10.0"
1719
# Just to be on the safe side; I haven't tested this with older versions of macOS:
1820
s.osx.deployment_target = "10.11"

0 commit comments

Comments
 (0)