blob: 336183ab07c262521a437e95d12eff6b604ec82f [file] [log] [blame]
{
"name": "CodableCSV",
"version": "0.4.0",
"summary": "CodableCSV allows you to encode and decode CSV files using Codable model types.",
"description": "'Encoding and decoding CSV files is really easy with CodableCSV. Just create Codable model types and parse the CSV files just like JSON or plists.'",
"homepage": "https://github.com/pauljohanneskraft/CodableCSV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pauljohanneskraft": "pauljohanneskraft@icloud.com"
},
"source": {
"git": "https://github.com/pauljohanneskraft/CodableCSV.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "CodableCSV/Classes/**/*"
}