[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.8.1 / SwiftCSV.podspec.json
blob412d248f87d1c106b41afbd6c0f799e528554b6b
2   "name": "SwiftCSV",
3   "version": "0.8.1",
4   "summary": "CSV parser for Swift",
5   "homepage": "https://github.com/swiftcsv/SwiftCSV",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Naoto Kaneko": "naoty.k@gmail.com",
12     "Christian Tietze": "me@christiantietze.de"
13   },
14   "source": {
15     "git": "https://github.com/swiftcsv/SwiftCSV.git",
16     "tag": "0.8.1"
17   },
18   "swift_versions": [
19     "5.6",
20     "5.5",
21     "5.4",
22     "5.3",
23     "5.2",
24     "5.1",
25     "5.0",
26     "4.2"
27   ],
28   "platforms": {
29     "ios": "9.0",
30     "osx": "10.9",
31     "tvos": "9.2",
32     "watchos": "2.2"
33   },
34   "source_files": "SwiftCSV/**/*.swift",
35   "requires_arc": true,
36   "swift_version": "5.6"