[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 7 / 8 / JSCSVParser / 1.0 / JSCSVParser.podspec.json
blob5cb638c6bb64be200770ec785fcc25627abf9be8
2   "name": "JSCSVParser",
3   "version": "1.0",
4   "license": "MIT",
5   "summary": "An efficient CSV parser implementing RFC 4180",
6   "homepage": "https://github.com/jsloop42/JSCSVParser",
7   "authors": {
8     "jsloop": "jsloop42@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jsloop42/JSCSVParser.git",
12     "tag": "1.0"
13   },
14   "documentation_url": "https://github.com/jsloop42/JSCSVParser",
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0"
18   },
19   "source_files": "CSVParser/*.swift",
20   "swift_version": "4.2",
21   "dependencies": {
22     "JSLogger": [
24     ]
25   }