Updating podspec

This commit is contained in:
Simon Fairbairn 2022-05-19 08:34:43 +01:00
parent 403285e46f
commit 040d7896fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "SwiftyMarkdown" s.name = "SwiftyMarkdown"
s.version = "1.2.3" s.version = "1.2.4"
s.summary = "Converts Markdown to NSAttributed String" s.summary = "Converts Markdown to NSAttributed String"
s.homepage = "https://github.com/SimonFairbairn/SwiftyMarkdown" s.homepage = "https://github.com/SimonFairbairn/SwiftyMarkdown"
s.license = 'MIT' s.license = 'MIT'