Skip to content

Commit

Permalink
Merge pull request #16 from zacwest/out-of-index
Browse files Browse the repository at this point in the history
Out of index, Swift Version
  • Loading branch information
zacwest authored May 12, 2019
2 parents 0896149 + 8085dd5 commit 2f10723
Show file tree
Hide file tree
Showing 12 changed files with 282 additions and 211 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.2 (2019-05-12)

- Update to Swift 5 (no actual source changes).
- Fixes crashing on strings like `<blah></blah>` with dynamic attributes.

# 4.1 (2019-01-26)

Update to Swift 4.2.
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PODS:
- OCMock (3.4.3)
- Quick (2.1.0)
- Specta (1.0.7)
- ZSWTaggedString (4.1):
- ZSWTaggedString/Core (= 4.1)
- ZSWTaggedString/Core (4.1)
- ZSWTaggedString/Swift (4.1):
- ZSWTaggedString (4.2):
- ZSWTaggedString/Core (= 4.2)
- ZSWTaggedString/Core (4.2)
- ZSWTaggedString/Swift (4.2):
- ZSWTaggedString/Core

DEPENDENCIES:
Expand Down Expand Up @@ -37,7 +37,7 @@ SPEC CHECKSUMS:
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
ZSWTaggedString: c29edd1ccf2ae30a356d56382cfec6cf06bbd70f
ZSWTaggedString: 1a6aab3143188634c1e5dfe9383ce754c1fb5fe2

PODFILE CHECKSUM: 3e8e33953f0073437731a654c10dcc1880b9439e

Expand Down
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/ZSWTaggedString.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f10723

Please sign in to comment.