blob: 5cb638c6bb64be200770ec785fcc25627abf9be8 [file] [log] [blame]
{
"name": "JSCSVParser",
"version": "1.0",
"license": "MIT",
"summary": "An efficient CSV parser implementing RFC 4180",
"homepage": "https://github.com/jsloop42/JSCSVParser",
"authors": {
"jsloop": "jsloop42@gmail.com"
},
"source": {
"git": "https://github.com/jsloop42/JSCSVParser.git",
"tag": "1.0"
},
"documentation_url": "https://github.com/jsloop42/JSCSVParser",
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source_files": "CSVParser/*.swift",
"swift_version": "4.2",
"dependencies": {
"JSLogger": [
]
}
}