blob: 6a278ab5b0a403143df2dc5e420542ebc56bc9c9 [file] [log] [blame]
{
"name": "SwiftCSVExport",
"version": "2.3.0",
"summary": "Simple way to export csv file with rich feature framework and written in Swift 4, 4.2 and 5",
"description": "The SwiftCSVExport is a completely customizable framework that can be used in any iOS/Mac app.(CSV Parser & Data Formater)",
"homepage": "https://github.com/vigneshuvi/SwiftCSVExport",
"documentation_url": "https://github.com/vigneshuvi/SwiftCSVExport/blob/master/README.md",
"license": "MIT",
"authors": {
"Vignesh Kumar": "http://vigneshuvi.github.io/"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/vigneshuvi/SwiftCSVExport.git",
"tag": "2.3.0"
},
"source_files": [
"SwiftCSVExport",
"SwiftCSVExport/**/*.{h,m,swift}"
],
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "5.0"
}