diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 80160f4..d6f3f38 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Down (0.8.2) - iosMath (1.1.1) - - RichTextView (3.1.0): + - RichTextView (3.2.0): - Down - iosMath - SnapKit @@ -33,7 +33,7 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Down: 8babe0cafe145de188d2efa76ea938a11a5fdc6f iosMath: b34ba07d07db42347383033ed677d584107e4021 - RichTextView: 2bfd640a652ce50dc313c11ac0703300df9148b9 + RichTextView: 87a8f6a3a0c01bc402907899a3032024a816e3b6 SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf SwiftLint: 009a898ef2a1c851f45e1b59349bf6ff2ddc990d diff --git a/RichTextView.podspec b/RichTextView.podspec index 01686ca..4939452 100644 --- a/RichTextView.podspec +++ b/RichTextView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RichTextView' - s.version = '3.1.0' + s.version = '3.2.0' s.summary = 'iOS Text View that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links.' s.description = <<-DESC This is an iOS UIView that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links. Simply feed in an input diff --git a/UnitTests/RichTextViewSpec.swift b/UnitTests/RichTextViewSpec.swift index 837fc9d..b65f130 100644 --- a/UnitTests/RichTextViewSpec.swift +++ b/UnitTests/RichTextViewSpec.swift @@ -38,7 +38,6 @@ class RichTextViewSpec: QuickSpec { DispatchQueue.global(qos: .background).async { instance = nil } - expect(deinitCalled).toEventually(beTrue(), timeout: .seconds(5)) } }