blob: 60eb8dbbea4b9aca1b864e247516bb850a8e54a4 [file] [log] [blame]
{
"name": "SwiftCSV",
"version": "0.5.5",
"summary": "CSV parser for Swift",
"homepage": "https://github.com/swiftcsv/SwiftCSV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naoto Kaneko": "naoty.k@gmail.com",
"Christian Tietze": "me@christiantietze.de"
},
"source": {
"git": "https://github.com/swiftcsv/SwiftCSV.git",
"tag": "0.5.5"
},
"swift_versions": [
"5.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2",
"watchos": "2.2"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}