[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / 5 / d / TinyCSV / 1.2.0 / TinyCSV.podspec.json
blobc34c5e4c5fdb4d5c76e5dbb60ffbdad25d6bf8fd
2   "name": "TinyCSV",
3   "version": "1.2.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.2.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"