[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 6 / a / SwiftCSV / 0.7.1 / SwiftCSV.podspec.json
bloba28d9f2c01fb80820da0b2a04906e1413cfe4126
2   "name": "SwiftCSV",
3   "version": "0.7.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.7.1"
17   },
18   "swift_versions": [
19     "5.5",
20     "5.4",
21     "5.3",
22     "5.2",
23     "5.1",
24     "5.0",
25     "4.2"
26   ],
27   "platforms": {
28     "ios": "9.0",
29     "osx": "10.9",
30     "tvos": "9.2",
31     "watchos": "2.2"
32   },
33   "source_files": "SwiftCSV/**/*.swift",
34   "requires_arc": true,
35   "swift_version": "5.5"