Skip to content

Commit e73d00f

Browse files
authored
Update appendAttributedString.podspec
1 parent 40daf23 commit e73d00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appendAttributedString.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "appendAttributedString"
3-
s.version = "1.1"
3+
s.version = "1.1.1"
44
s.summary = "An extension for NSMutableAttributedString"
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Supports dynamic fonts, colors, underlines, strike through, images and you can c
1414
s.author = { "Yaroslav Erohin" => "ysoftware@yandex.ru" }
1515
s.platform = :ios, "8.0"
1616
s.swift_version = "5"
17-
s.source = { :git => "https://github.com/ysoftware/appendAttributedString.git", :tag => "1.1" }
17+
s.source = { :git => "https://github.com/ysoftware/appendAttributedString.git", :tag => "1.1.1" }
1818
s.exclude_files = "appendAttributedString/appendAttributedStringTests"
1919
s.source_files = "appendAttributedString/**/*.{h,m,swift}"
2020
end

0 commit comments

Comments
 (0)