blob: 271d25ce0ae823f1bcbadf3a5b47c906eba5b9f2 [file] [log] [blame]
{
"name": "CDKSwiftOracc",
"version": "0.7.8",
"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.8"
},
"source_files": "Sources/CDKSwiftOracc/**/*.swift",
"swift_version": "4.2"
}