blob: 09919d501507cba74ac3207c0f614c6745a32529 [file] [log] [blame]
{
"name": "csvparserwrapper",
"version": "0.0.1",
"summary": "A swift wrapper for a fast C++ CSV parser by aria",
"description": "A light and fast CSV parser built on an elegant C++ CSV parser. More information on the C++ parser can be found in https://github.com/AriaFallah/csv-parser.",
"homepage": "https://github.com/bmkor/csvparserwrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin": "orbenappdev@gmail.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/bmkor/csvparserwrapper.git",
"tag": "0.0.1"
},
"source_files": [
"csvparserwrapper/*.{h,swift}",
"csvparserwrapper/*.{hpp,cpp,mm}"
],
"public_header_files": "csvparserwrapper/*.h",
"requires_arc": true
}