[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 7 / b / DCDicom / 0.2.0 / DCDicom.podspec.json
blobae706eb654e45cc1d902b003d527618608a8a0a4
2   "name": "DCDicom",
3   "version": "0.2.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.2.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   }