blob: 4f4ae6cf5aaafaf5c93fc9ddf57d969d648b81fb [file] [log] [blame]
{
"name": "CSwiftV",
"version": "0.0.1",
"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.\n",
"homepage": "http://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.1"
},
"source_files": "CSwiftV/CSwiftV.swift",
"requires_arc": true
}