[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 7 / 5 / e / SwiftCSVExport / 2.0.0 / SwiftCSVExport.podspec.json
blobb91540fa718cd9c6abc6188a1068bf923e9a4b01
2   "name": "SwiftCSVExport",
3   "version": "2.0.0",
4   "summary": "Simple way to export csv file with rich feature framework and written in Swift 3 & 4.",
5   "description": "The SwiftCSVExport is a completely customizable framework that can be used in any iOS/Mac app.(CSV Parser & Data Formater)",
6   "homepage": "https://github.com/vigneshuvi/SwiftCSVExport",
7   "documentation_url": "https://github.com/vigneshuvi/SwiftCSVExport/blob/master/README.md",
8   "license": "MIT",
9   "authors": {
10     "Vignesh Kumar": "http://vigneshuvi.github.io/"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/vigneshuvi/SwiftCSVExport.git",
18     "tag": "2.0.0"
19   },
20   "source_files": [
21     "SwiftCSVExport",
22     "SwiftCSVExport/**/*.{h,m,swift}"
23   ],
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"