[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 8 / ContentfulRichTextRenderer / 0.3.1 / ContentfulRichTextRenderer.podspec.json
blob70ec5ae763a3e714da8d693681f4771c71f8be12
2   "name": "ContentfulRichTextRenderer",
3   "version": "0.3.1",
4   "summary": "Swift library for rendering Contentful RichTextDocument.",
5   "homepage": "https://github.com/contentful-labs/rich-text-renderer.swift",
6   "social_media_url": "https://twitter.com/contentful",
7   "authors": "Contentful",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/contentful-labs/rich-text-renderer.swift.git",
14     "tag": "0.3.1"
15   },
16   "requires_arc": true,
17   "swift_versions": "5.2",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/RichTextRenderer/**/*.swift",
22   "dependencies": {
23     "AlamofireImage": [
24       "~> 4"
25     ],
26     "Contentful": [
27       "~> 5"
28     ]
29   },
30   "swift_version": "5.2"