blob: 9d85632c8f28dda04c3ca33a993682de92815621 [file] [log] [blame]
{
"name": "CSwiftV",
"version": "0.0.7",
"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"
},
"source": {
"git": "https://github.com/daniel1of1/CSwiftV.git",
"tag": "0.0.7"
},
"source_files": "Sources/CSwiftV.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}