blob: ed9d62e6b05a95fc9cb3d24f8b61484f7fb21cd5 [file] [log] [blame]
{
"name": "libSwiftCSV",
"version": "1.0.0",
"summary": "A standards compliant CSV parser written in Swift.",
"homepage": "https://github.com/bitcalc/libSwiftCSV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Alex Sanderson",
"source": {
"git": "https://github.com/bitcalc/libSwiftCSV.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.9"
},
"source_files": "SwiftCSV/**/*.swift",
"requires_arc": true
}