blob: 6c1da1f231485552f4853026b576f7e38b33800f [file] [log] [blame]
{
"name": "TSVReaderWriter",
"version": "0.0.1",
"summary": "Tab separated value based file reader/writer class - TSVReaderWriter. Supports large files",
"description": " * Reads and writes tab separated files. \n\t\t* Converts file into NSArray and vice-versa. \n",
"homepage": "http://isandor.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sandor Kolotenko": "s"
},
"social_media_url": "http://twitter.com/iSandor",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SandorUK/TSVReaderWriter.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "TSVTestBed/TSVReaderWriter.{h,m}",
"resources": "TSVTestBed/*.tsv"
}