[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 5 / d / TinyCSV / 1.1.0 / TinyCSV.podspec.json
blob1647e17c4d6c23978157ebd0f3f36b7af7979fe0
2   "name": "TinyCSV",
3   "version": "1.1.0",
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": "1.1.0"
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     "5.9",
32     "5.10"
33   ],
34   "resource_bundles": {
35     "TinyCSV": "Sources/TinyCSV/PrivacyInfo.xcprivacy"
36   },
37   "swift_version": "5.10"