Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HTMLString.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ DESC

s.source = { :git => "https://github.com/alexaubry/HTMLString.git", :tag => "#{s.version}" }
s.source_files = "Sources/HTMLString/*.swift"
s.swift_version = "4.1"

@alexaubry alexaubry Apr 27, 2019

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we set this to "5.0", since I merged #16?

Suggested change
s.swift_version = "4.1"
s.swift_version = "5.0"

s.documentation_url = "https://alexaubry.github.io/HTMLString/"
end