blob: cad1c919c4006fa8688a33d67d53f1f8717edc2b [file] [log] [blame]
{
"name": "DCDicom",
"version": "0.1.0",
"summary": "A DICOM reader written in Swift.",
"homepage": "https://github.com/D-CSM/DCDicom",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lasse Porsch": "lasse.porsch@d-csm.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/D-CSM/DCDicom.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"resources": "Resources/**/*.*",
"swift_version": "4.2",
"dependencies": {
"Unbox": [
"3.0.0"
]
}
}