| { | |
| "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 | |
| } |