File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
4848
4949- File > Swift Packages > Add Package Dependency
5050- Add ` https://github.com/ZhgChgLi/ZMarkupParser.git `
51- - Select "Up to Next Major" with "1.9.0 "
51+ - Select "Up to Next Major" with "1.9.1 "
5252
5353or
5454
5555``` swift
5656...
5757dependencies: [
58- .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.9.0 " ),
58+ .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.9.1 " ),
5959]
6060...
6161.target (
@@ -74,7 +74,7 @@ platform :ios, '12.0'
7474use_frameworks!
7575
7676target ' MyApp' do
77- pod ' ZMarkupParser' , ' ~> 1.9.0 '
77+ pod ' ZMarkupParser' , ' ~> 1.9.1 '
7878end
7979```
8080
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ZMarkupParser"
3- s . version = "1.9.0 "
3+ s . version = "1.9.1 "
44 s . summary = "ZMarkupParser helps you to convert HTML String to NSAttributedString with customized style and tag through pure-Swift."
55 s . homepage = "https://github.com/ZhgChgLi/ZMarkupParser"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments