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