Skip to content

Commit

Permalink
[Add] TinyCSV 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf authored and CocoaPodsBot committed Sep 18, 2024
1 parent bab41bb commit f1d0f1f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Specs/c/5/d/TinyCSV/1.2.0/TinyCSV.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "TinyCSV",
"version": "1.2.0",
"summary": "A tiny Swift CSV decoder/encoder library",
"description": "A tiny Swift CSV decoder/encoder library, conforming to RFC 4180 as closely as possible",
"homepage": "https://github.com/dagronf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Darren Ford": "[email protected]"
},
"source": {
"git": "https://github.com/dagronf/TinyCSV.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"osx": "10.13",
"watchos": "4.0"
},
"source_files": "Sources/TinyCSV/**/*.swift",
"swift_versions": [
"5.4",
"5.5",
"5.6",
"5.7",
"5.8",
"5.9",
"5.10"
],
"resource_bundles": {
"TinyCSV": "Sources/TinyCSV/PrivacyInfo.xcprivacy"
},
"swift_version": "5.10"
}

0 comments on commit f1d0f1f

Please sign in to comment.