Skip to content

Commit

Permalink
Merge pull request #80 from contentful/chore/fix-build-issue
Browse files Browse the repository at this point in the history
chore: fix build issue
  • Loading branch information
mariuskatcontentful authored Dec 23, 2024
2 parents ca27481 + 3b317ab commit 8b8ad1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ContentfulRichTextRenderer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |spec|
spec.name = "ContentfulRichTextRenderer"
spec.version = "0.4.3"
spec.version = "0.4.4"
spec.summary = "Swift library for rendering Contentful RichTextDocument."
spec.homepage = "https://github.com/contentful-labs/rich-text-renderer.swift"
spec.social_media_url = 'https://twitter.com/contentful'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import Foundation
import UIKit

class SimpleTableView: UIView, ResourceLinkBlockViewRepresentable {
var context: [CodingUserInfoKey : Any] = [:]
private let stackView: UIStackView
Expand Down

0 comments on commit 8b8ad1f

Please sign in to comment.