[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.9.1 / SwiftCSV.podspec.json
blob07314df9b0910b336b58d34d059ae4520c583ece
2   "name": "SwiftCSV",
3   "version": "0.9.1",
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.9.1"
17   },
18   "swift_versions": [
19     "5.9",
20     "5.8",
21     "5.7",
22     "5.6",
23     "5.5",
24     "5.4",
25     "5.3",
26     "5.2",
27     "5.1",
28     "5.0",
29     "4.2"
30   ],
31   "platforms": {
32     "ios": "12.0",
33     "osx": "10.13",
34     "tvos": "12.0",
35     "watchos": "4.0"
36   },
37   "source_files": "SwiftCSV/**/*.swift",
38   "requires_arc": true,
39   "swift_version": "5.9"