Skip to content

Commit ca27481

Browse files
Merge pull request #78 from contentful/chore/increate-min-dep-target
chore: fix min deployment target for Cocoapods
2 parents db4e555 + 5f28b0a commit ca27481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContentfulRichTextRenderer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.requires_arc = true
1616

1717
spec.swift_version = "5.2"
18-
spec.ios.deployment_target = "11.0"
18+
spec.ios.deployment_target = "12.4"
1919

2020
spec.source_files = "Sources/RichTextRenderer/**/*.swift"
2121

0 commit comments

Comments
 (0)