Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
updating iOSMath library to fix crash (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
maicon-brauwers committed Jun 26, 2020
1 parent b16cfad commit 144b793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Down (0.8.2)
- iosMath (1.0.3)
- iosMath (1.0.4)
- iOSSnapshotTestCase (6.0.3):
- iOSSnapshotTestCase/SwiftSupport (= 6.0.3)
- iOSSnapshotTestCase/Core (6.0.3)
Expand Down Expand Up @@ -41,12 +41,12 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
iosMath:
:commit: b30e7ead762bfb68b58896eebb1d8bc792ed4792
:commit: 628113a1e32ed82448b5ab84f836931bd2731fa0
:git: https://github.com/tophatmonocle/iosMath.git

SPEC CHECKSUMS:
Down: 8babe0cafe145de188d2efa76ea938a11a5fdc6f
iosMath: 5259a309817ef066ae071bcce93f74f6712adf08
iosMath: d600132003379f24213290876f8e5d2d78c52c07
iOSSnapshotTestCase: 944a73f6d9676302811a86c0cf35f0e6ef5ab2a0
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Nimble-Snapshots: 2ec985281eef0eb9fc69a469deee851363a50d0e
Expand Down
2 changes: 1 addition & 1 deletion RichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RichTextView'
s.version = '2.8.2'
s.version = '2.8.3'
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
Expand Down

0 comments on commit 144b793

Please sign in to comment.