blob: 6b26b48af888c29ca289de835ea66a343fa67a5c [file] [log] [blame]
{
"name": "CDKOraccInterface",
"version": "0.0.3",
"summary": "A simple interface to Oracc open data on the internet",
"description": "This package provides a thin layer over the Oracc JSON API and Oracc JSON Github repo, converting the cuneiform data into [CDKSwiftOracc](https://github.com/ckanchan/CDKSwiftOracc).",
"homepage": "https://github.com/ckanchan/CDKOraccInterface",
"license": "GPL3",
"authors": "Chaitanya Kanchan",
"platforms": {
"ios": "11.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/ckanchan/CDKOraccInterface.git",
"tag": "0.0.3"
},
"source_files": "Sources/CDKOraccInterface",
"frameworks": [
"CDKSwiftOracc",
"ZIPFoundation"
],
"dependencies": {
"CDKSwiftOracc": [
],
"ZIPFoundation": [
]
},
"swift_versions": "5.0"
}