blob: 6d7270c9affe69b1f1ccb092668cae5187ede590 [file] [log] [blame]
{
"name": "CSVParser",
"version": "1.0.0",
"summary": "CSVParser is managed for all type of csv file on our project",
"description": "This CSVParser managed all types of csv file, you called some method with file path and retrive array.",
"homepage": "https://github.com/pawankv89/CSVParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pawankv89": "pawankv89@gmail.com"
},
"source": {
"git": "https://github.com/pawankv89/CSVParser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CSVParser/Classes/**/*",
"public_header_files": "CSVParser/**/*.h"
}