blob: 7fb8b36cc01ed9dd50273028865ffd8ba76d8b78 [file] [log] [blame]
{
"name": "SwiftCSV",
"version": "0.5.0",
"summary": "CSV parser for Swift",
"homepage": "https://github.com/naoty/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.0"
},
"swift_versions": [
"5.0",
"4.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2",
"watchos": "2.2"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true
}