blob: 74f7ba7b95d78fa8bb6d5d92f21f0c1f29396e3a [file] [log] [blame]
{
"name": "CDKSwiftOracc",
"version": "0.7.11",
"summary": "Cuneiform documents for Swift",
"description": "This package is a Swift implementation of the Open Richly Annotated Cuneiform Corpus (\"Oracc\") schemas for encoding cuneiform texts. In particular, it seeks to provide:\n- Easy to use Swift types to work with signs, words, texts and glossaries\n- Codable types compatible with Oracc JSON open data\n- Catalogue types compatible with Oracc-defined datasets\n- Methods to provide plain-text, HTML, or NSAttributedString output for cuneiform, transliteration and normalisation",
"homepage": "https://github.com/ckanchan/CDKSwiftOracc",
"license": {
"type": "GPLv3"
},
"authors": "Chaitanya Kanchan",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/ckanchan/CDKSwiftOracc.git",
"tag": "0.7.11"
},
"source_files": "Sources/CDKSwiftOracc/**/*.swift",
"swift_versions": "5.0"
}