blob: 89751bf50b0051b84453ead6697f5b9e01fe61a2 [file] [log] [blame]
{
"name": "CDKOraccInterface",
"version": "0.0.1",
"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.1"
},
"source_files": "Sources/CDKOraccInterface",
"frameworks": [
"CDKSwiftOracc",
"ZIPFoundation"
],
"dependencies": {
"CDKSwiftOracc": [
],
"ZIPFoundation": [
]
},
"swift_version": "4.1"
}