blob: 6ec578865789de9e05403062303646d91ea6a98b [file] [log] [blame]
{
"name": "CSV.swift",
"version": "2.3.1",
"license": "MIT",
"summary": "CSV reading and writing 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": "2.3.1"
},
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "CSV",
"source_files": "Sources/CSV/*.swift"
}