[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 5 / d / TinyCSV / 0.6.1 / TinyCSV.podspec.json
blob9314f8b502cbb765f3061ec083392f9f1f678d5e
2   "name": "TinyCSV",
3   "version": "0.6.1",
4   "summary": "A tiny Swift CSV decoder/encoder library",
5   "description": "A tiny Swift CSV decoder/encoder library, conforming to RFC 4180 as closely as possible",
6   "homepage": "https://github.com/dagronf",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darren Ford": "dford_au-reg@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/dagronf/TinyCSV.git",
16     "tag": "0.6.1"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0",
21     "osx": "10.13",
22     "watchos": "4.0"
23   },
24   "source_files": "Sources/TinyCSV/**/*.swift",
25   "swift_versions": [
26     "5.4",
27     "5.5",
28     "5.6",
29     "5.7",
30     "5.8"
31   ],
32   "swift_version": "5.8"