[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.4.0 / SwiftCSV.podspec.json
blob9d45360849d875570f9acb6a2d0c79504f90c6bb
2   "name": "SwiftCSV",
3   "version": "0.4.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   },
13   "source": {
14     "git": "https://github.com/swiftcsv/SwiftCSV.git",
15     "tag": "0.4.0"
16   },
17   "swift_versions": [
18     "4.2"
19   ],
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "source_files": "SwiftCSV/**/*.swift",
25   "requires_arc": true