diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 7ed6ff8..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/MarkdownKit.podspec b/MarkdownKit.podspec index eba62d2..4b6e0a5 100644 --- a/MarkdownKit.podspec +++ b/MarkdownKit.podspec @@ -8,6 +8,7 @@ It supports many of the standard Markdown elements through the use of Regular Expressions. It also allows customization of font and color attributes for all the Markdown elements. DESC + s.swift_version = '5' s.homepage = "https://github.com/bmoliveira/MarkdownKit" s.screenshots = "https://raw.githubusercontent.com/bmoliveira/MarkdownKit/master/Resources/MarkdownKitExample.png" s.license = {:type => "MIT", :file => "LICENSE"}