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