[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 9 / 4 / Dumpling / 0.1.0 / Dumpling.podspec.json
blob43a129faaf4570a4af6d1d93029a6054372a3d4e
2   "name": "Dumpling",
3   "version": "0.1.0",
4   "summary": "Dumpling is a pure Swift customisable and extensible Markdown parser for iOS and macOS.",
5   "homepage": "https://github.com/chojnac/Dumpling",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wojciech Chojnacki": "me@chojnac.com"
12   },
13   "source": {
14     "git": "https://github.com/chojnac/Dumpling.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": "5.3",
18   "source_files": [
19     "Sources/Dumpling/**/*",
20     "Sources/ParserCore/**/*"
21   ],
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10"
25   },
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": [
37         "Tests/DumplingTests/**/*",
38         "Tests/ParserCoreTests/**/*"
39       ]
40     }
41   ],
42   "swift_version": "5.3"