blob: 6eb46699fa17a48712b50065df8dfd8969ff59cc [file] [log] [blame]
{
"name": "SwiftCSV",
"version": "0.3.1",
"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/naoty/SwiftCSV.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true
}