[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.5.0 / SwiftCSV.podspec.json
blob7fb8b36cc01ed9dd50273028865ffd8ba76d8b78
2   "name": "SwiftCSV",
3   "version": "0.5.0",
4   "summary": "CSV parser for Swift",
5   "homepage": "https://github.com/naoty/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.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "4.2"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.2",
26     "watchos": "2.2"
27   },
28   "source_files": "SwiftCSV/**/*.swift",
29   "requires_arc": true