[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / 8 / ContentfulRichTextRenderer / 0.0.1 / ContentfulRichTextRenderer.podspec.json
blob735ea2b5da9f50072e3f8bb059ea451f743085a7
2   "name": "ContentfulRichTextRenderer",
3   "version": "0.0.1",
4   "summary": "Swift library for rendering Contentful RichText.",
5   "homepage": "https://github.com/contentful-labs/rich-text-renderer.swift/",
6   "social_media_url": "https://twitter.com/contentful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JP Wright": "jp@contentful.com"
13   },
14   "source": {
15     "git": "https://github.com/contentful-labs/rich-text-renderer.swift.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "9.3"
22   },
23   "source_files": "Sources/RichTextRenderer/*.swift",
24   "ios": {
25     "source_files": "Sources/RichTextRenderer/UIKit/*.swift"
26   },
27   "dependencies": {
28     "AlamofireImage": [
29       "~> 3.4"
30     ],
31     "Contentful": [
32       "~> 4.1"
33     ]
34   }