blob: 5bb66ed10db4cceb4c201fbcfd01f909fa53424e [file] [log] [blame]
{
"name": "CSV.swift",
"version": "0.2.0",
"license": "MIT",
"summary": "CSV reading library written in Swift.",
"homepage": "https://github.com/yaslab/CSV.swift",
"authors": {
"Yasuhiro Hatta": "hatta.yasuhiro@gmail.com"
},
"source": {
"git": "https://github.com/yaslab/CSV.swift.git",
"tag": "0.2.0"
},
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "CSV",
"source_files": "Sources/*.swift"
}