[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 7 / b / DCDicom / 0.1.0 / DCDicom.podspec.json
blobcad1c919c4006fa8688a33d67d53f1f8717edc2b
2   "name": "DCDicom",
3   "version": "0.1.0",
4   "summary": "A DICOM reader written in Swift.",
5   "homepage": "https://github.com/D-CSM/DCDicom",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lasse Porsch": "lasse.porsch@d-csm.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/D-CSM/DCDicom.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "requires_arc": true,
23   "resources": "Resources/**/*.*",
24   "swift_version": "4.2",
25   "dependencies": {
26     "Unbox": [
27       "3.0.0"
28     ]
29   }