blob: 3d46e18a4576987b547dc0f6022cd7a40fe222d9 [file] [log] [blame]
{
"name": "DCDicom",
"version": "0.3.2",
"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.3.2"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"resources": "Resources/**/*.*",
"exclude_files": "Tests/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}