blob: ae706eb654e45cc1d902b003d527618608a8a0a4 [file] [log] [blame]
{
"name": "DCDicom",
"version": "0.2.0",
"summary": "A DICOM reader written in Swift.",
"homepage": "https://github.com/lasseporsch/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/lasseporsch/DCDicom.git",
"tag": "0.2.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"resources": "Resources/**/*.*",
"swift_version": "4.2",
"dependencies": {
"Unbox": [
"3.0.0"
]
}
}