blob: 4031fd51a1443fc98adb4e7973c541d64400cf6d [file] [log] [blame]
{
"name": "JSCSVParser",
"version": "1.1",
"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.1"
},
"documentation_url": "https://github.com/jsloop42/JSCSVParser",
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source_files": "CSVParser/*.swift",
"swift_versions": [
"4.2",
"5.0"
],
"dependencies": {
"JSLogger": [
]
}
}