File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
RichTextRenderer.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |spec |
44 spec . name = "ContentfulRichTextRenderer"
5- spec . version = "0.2.2 "
5+ spec . version = "0.2.3 "
66 spec . summary = "Swift library for rendering Contentful RichTextDocument."
77 spec . homepage = "https://github.com/contentful-labs/rich-text-renderer.swift"
88 spec . social_media_url = 'https://twitter.com/contentful'
@@ -20,6 +20,6 @@ Pod::Spec.new do |spec|
2020 spec . source_files = "Sources/RichTextRenderer/**/*.swift"
2121
2222 spec . dependency 'AlamofireImage' , '~> 4.1.0'
23- spec . dependency 'Contentful' , '~> 5.2.0 '
23+ spec . dependency 'Contentful' , '~> 5.5.1 '
2424end
2525
Original file line number Diff line number Diff line change 757757 "@executable_path/Frameworks",
758758 "@loader_path/Frameworks",
759759 );
760- MARKETING_VERSION = 0.2.2 ;
760+ MARKETING_VERSION = 0.2.3 ;
761761 PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
762762 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
763763 PROVISIONING_PROFILE_SPECIFIER = "";
786786 "@executable_path/Frameworks",
787787 "@loader_path/Frameworks",
788788 );
789- MARKETING_VERSION = 0.2.2 ;
789+ MARKETING_VERSION = 0.2.3 ;
790790 PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
791791 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
792792 PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments