blob: 6779f04bdfdacd27962560f8eabe1cdf7b62a8ad [file] [log] [blame]
{
"name": "CHCSVParser",
"version": "2.1.0",
"summary": "A proper CSV parser for Objective-C",
"description": " \t A robust class for reading and writing delimited files in Cocoa.\n",
"homepage": "https://github.com/davedelong/CHCSVParser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Dave DeLong",
"social_media_url": "http://twitter.com/davedelong",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/davedelong/CHCSVParser.git",
"tag": "2.1.0"
},
"source_files": "CHCSVParser/CHCSVParser/CHCSVParser.{h,m}",
"requires_arc": true
}