blob: 23bd6bc514f79e00f8b9a9c9f0517c21f2db4450 [file] [log] [blame]
{
"name": "SwiftCSV",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true
}