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 @@ -54,14 +54,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
5454
5555- File > Swift Packages > Add Package Dependency
5656- Add ` https://github.com/ZhgChgLi/ZMarkupParser.git `
57- - Select "Up to Next Major" with "1.11 .0"
57+ - Select "Up to Next Major" with "1.12 .0"
5858
5959or
6060
6161``` swift
6262...
6363dependencies: [
64- .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.11 .0" ),
64+ .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.12 .0" ),
6565]
6666...
6767.target (
@@ -80,7 +80,7 @@ platform :ios, '12.0'
8080use_frameworks!
8181
8282target ' MyApp' do
83- pod ' ZMarkupParser' , ' ~> 1.11 .0'
83+ pod ' ZMarkupParser' , ' ~> 1.12 .0'
8484end
8585```
8686
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ZMarkupParser"
3- s . version = "1.11 .0"
3+ s . version = "1.12 .0"
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