blob: d3b3d348b3461ea62d2c806c701a92bf7ee098e3 [file] [log] [blame]
{
"name": "CSV",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Format data to the comma-separated values format.",
"homepage": "https://github.com/rdavies/CSV",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/CSV.git",
"tag": "0.0.1"
},
"source_files": "CSV/*.{h,m}",
"requires_arc": true
}