blob: 04b6f00ac3690af1a0f009eb0829d698e0ba9511 [file] [log] [blame]
{
"name": "CSwiftV",
"version": "0.0.9",
"summary": "A swift CSV parser",
"description": "A csv parser conforming (and tested as much) to [rfc4180](http://tools.ietf.org/html/rfc4180#section-2) i.e the closest thing to a csv spec.",
"homepage": "https://github.com/daniel1of1/CSwiftV",
"license": "MIT",
"authors": {
"Daniel Haight": "other@haight.io"
},
"social_media_url": "http://twitter.com/daniel1of1",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/daniel1of1/CSwiftV.git",
"tag": "0.0.9"
},
"source_files": "Sources/CSwiftV.swift",
"requires_arc": true
}