blob: 1aaa1e425d674d80ebffadc7ab9490b24e48cce1 [file] [log] [blame]
{
"name": "CSwiftV",
"version": "0.0.3",
"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.3"
},
"source_files": "CSwiftV/CSwiftV.swift",
"requires_arc": true
}