blob: cd73ce3e2828a8622a1d7177b71dbca029ab7b0e [file] [log] [blame]
{
"name": "NTYCSVTable",
"version": "0.2.0",
"summary": "CSV parser for Objective-C inspired by CSV::Table class of Ruby.",
"description": " CSV parser for Objective-C inspired by CSV::Table class of Ruby.\n You can access CSV data by rows and columns like table.\n",
"homepage": "https://github.com/naoty/NTYCSVTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naoto Kaneko": "naoty.k@gmail.com"
},
"social_media_url": "https://twitter.com/naoty_k",
"source": {
"git": "https://github.com/naoty/NTYCSVTable.git",
"tag": "0.2.0"
},
"source_files": "NTYCSVTable/**/*.{h,m}",
"requires_arc": true
}