blob: e87e7264c2c391563704bb73cc0237e5cba89639 [file] [log] [blame]
{
"name": "fastCSV",
"version": "0.1.0",
"summary": "A simple, but fast CSV parser.",
"description": "This library makes it easy to deal with CSV files.",
"homepage": "https://github.com/JojoSc/fastCSV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JojoSc": "mail@jsap.net"
},
"source": {
"git": "https://github.com/JojoSc/fastCSV.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "fastCSV/Classes/**/*"
}