-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bab41bb
commit f1d0f1f
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |