[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 4 / 0 / b / CodableCSV / 0.6.7 / CodableCSV.podspec.json
blob224131dbd82934a20432b5be8c7f170616f52576
2   "name": "CodableCSV",
3   "version": "0.6.7",
4   "summary": "Read and write CSV files row-by-row or through Swift's Codable interface.",
5   "description": "CodableCSV offers imperative and declarative ways to read and write CSV files. It is extensively configurable and is capable of reading multiple types of entries and write to many outputs.",
6   "homepage": "https://github.com/dehesa/CodableCSV",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcos Sánchez-Dehesa Carballo": "san.dehesa@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "swift_versions": [
21     "5.3",
22     "5.4",
23     "5.5"
24   ],
25   "source": {
26     "git": "https://github.com/dehesa/CodableCSV.git",
27     "tag": "0.6.7"
28   },
29   "source_files": [
30     "sources",
31     "sources/**/*.swift"
32   ],
33   "swift_version": "5.5"