blob: 07fdef1ee12d4590bf2cb6337c8cb5bd14f87733 [file] [log] [blame]
{
"name": "MMPCSVUtil",
"version": "0.1.1",
"summary": "Utility for parsing comma-separated values (CSV) files with blocks and functional programming idioms",
"description": " Utility for parsing comma-separated values (CSV) files with blocks and functional programming idioms. \n\n Features:\n * Supports CSV or other user specified delimiter.\n * Blocks for interacting with the parser.\n * Functional programming idioms (filter, map, etc.)\n",
"homepage": "https://github.com/mpurbo/MMPCSVUtil",
"license": "MIT",
"authors": {
"Mamad Purbo": "m.purbo@gmail.com"
},
"source": {
"git": "https://github.com/mpurbo/MMPCSVUtil.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": null
},
"source_files": "Classes",
"frameworks": "CoreData",
"requires_arc": true
}