[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.5.1 / SwiftCSV.podspec.json
blob35e68a78926de1e97ee75f49abfed0c77c792ea3
2   "name": "SwiftCSV",
3   "version": "0.5.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.5.1"
17   },
18   "swift_versions": [
19     "5.0",
20     "4.2",
21     "5.0"
22   ],
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9",
26     "tvos": "9.2",
27     "watchos": "2.2"
28   },
29   "source_files": "SwiftCSV/**/*.swift",
30   "requires_arc": true,
31   "swift_version": "5.0"