blob: 4e762ffd26369eea384ff3a6bf41555ecc150f43 [file] [log] [blame]
{
"name": "SwiftCSVExport",
"version": "1.0.8",
"summary": "Simple way to export csv file with rich feature framework and written in Swift 3 & 4.",
"description": "The SwiftCSVExport is a completely customizable framework that can be used in any iOS/Mac app.",
"homepage": "https://github.com/vigneshuvi/SwiftCSVExport",
"license": "MIT",
"authors": {
"Vignesh Kumar": "http://vigneshuvi.github.io/"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/vigneshuvi/SwiftCSVExport.git",
"tag": "1.0.8"
},
"source_files": [
"SwiftCSVExport",
"SwiftCSVExport/**/*.{h,m,swift}"
],
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}