blob: 6073ad8061b5284e357cda2a3d614c7d53ed8798 [file] [log] [blame]
{
"name": "Dumpling",
"version": "0.2.0",
"summary": "Dumpling is a pure Swift customisable and extensible Markdown parser for iOS and macOS.",
"homepage": "https://github.com/chojnac/Dumpling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wojciech Chojnacki": "me@chojnac.com"
},
"source": {
"git": "https://github.com/chojnac/Dumpling.git",
"tag": "0.2.0"
},
"swift_versions": "5.3",
"source_files": [
"Sources/Dumpling/**/*",
"Sources/ParserCore/**/*"
],
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/DumplingTests/**/*",
"Tests/ParserCoreTests/**/*"
]
}
],
"swift_version": "5.3"
}