[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / e / MarkdownKit / 1.7.0 / MarkdownKit.podspec.json
blob94c9f332fd149dafcdfc7596943b9cfafdc5816f
2   "name": "MarkdownKit",
3   "version": "1.7.0",
4   "summary": "MarkdownKit is a customizable and extensible Markdown parser for iOS and macOS.",
5   "description": "MarkdownKit is a customizable and extensible Markdown parser for iOS and macOS.\nIt supports many of the standard Markdown elements through the use of Regular\nExpressions. It also allows customization of font and color attributes for\nall the Markdown elements.",
6   "swift_versions": "5",
7   "homepage": "https://github.com/bmoliveira/MarkdownKit",
8   "screenshots": "https://raw.githubusercontent.com/bmoliveira/MarkdownKit/master/Resources/MarkdownKitExample.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Ivan Bruel": "ivan.bruel@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/bmoliveira/MarkdownKit.git",
18     "tag": "1.7.0"
19   },
20   "social_media_url": "https://twitter.com/ivanbruel",
21   "source_files": "MarkdownKit/Sources/Common/**/*",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10"
25   },
26   "ios": {
27     "source_files": "MarkdownKit/Sources/UIKit/**/*",
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "source_files": "MarkdownKit/Sources/AppKit/**/*",
32     "frameworks": "AppKit"
33   },
34   "swift_version": "5"