blob: 6242998af711830be0b69ac6367920ee6458b62d [file] [log] [blame]
{
"name": "NTYCSVTable",
"version": "0.3.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.3.0"
},
"source_files": "NTYCSVTable/**/*.{h,m}",
"requires_arc": true
}