blob: 9d45360849d875570f9acb6a2d0c79504f90c6bb [file] [log] [blame]
{
"name": "SwiftCSV",
"version": "0.4.0",
"summary": "CSV parser for Swift",
"homepage": "https://github.com/naoty/SwiftCSV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naoto Kaneko": "naoty.k@gmail.com"
},
"source": {
"git": "https://github.com/swiftcsv/SwiftCSV.git",
"tag": "0.4.0"
},
"swift_versions": [
"4.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true
}