[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 7 / b / DCDicom / 0.3.0 / DCDicom.podspec.json
blob35b1bd48214b8a7f359eea989afb4647aeda90ac
2   "name": "DCDicom",
3   "version": "0.3.0",
4   "summary": "A DICOM reader written in Swift.",
5   "homepage": "https://github.com/lasseporsch/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/lasseporsch/DCDicom.git",
19     "tag": "0.3.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "requires_arc": true,
23   "resources": "Resources/**/*.*",
24   "exclude_files": "Tests/**/*",
25   "swift_versions": "5.0",
26   "swift_version": "5.0"