[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.5.6 / SwiftCSV.podspec.json
blobd9fd89c9c05e47b96056b59fcbe150ee41049101
2   "name": "SwiftCSV",
3   "version": "0.5.6",
4   "summary": "CSV parser for Swift",
5   "homepage": "https://github.com/swiftcsv/SwiftCSV",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Naoto Kaneko": "naoty.k@gmail.com",
12     "Christian Tietze": "me@christiantietze.de"
13   },
14   "source": {
15     "git": "https://github.com/swiftcsv/SwiftCSV.git",
16     "tag": "0.5.6"
17   },
18   "swift_versions": [
19     "5.0",
20     "4.2"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.2",
26     "watchos": "2.2"
27   },
28   "source_files": "SwiftCSV/**/*.swift",
29   "requires_arc": true,
30   "swift_version": "5.0"