Skip to content

Commit

Permalink
[Add] SwiftSubtitles 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf authored and CocoaPodsBot committed Oct 1, 2024
1 parent 57a18ef commit afe8000
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Specs/f/3/0/SwiftSubtitles/1.7.0/SwiftSubtitles.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "SwiftSubtitles",
"version": "1.7.0",
"summary": "A Swift package for reading/writing some common subtitle formats.",
"description": "A Swift package for reading/writing subtitle formats (srt, sbv, sub, vtt, csv).",
"homepage": "https://github.com/dagronf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Darren Ford": "[email protected]"
},
"source": {
"git": "https://github.com/dagronf/SwiftSubtitles.git",
"tag": "1.7.0"
},
"source_files": "Sources/SwiftSubtitles/**/*.swift",
"resources": [
"Sources/SwiftSubtitles/PrivacyInfo.xcprivacy"
],
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"osx": "10.13",
"watchos": "6.0"
},
"swift_versions": [
"5.4",
"5.5",
"5.6",
"5.7",
"5.8",
"5.9",
"5.10"
],
"dependencies": {
"DSFRegex": [
"~> 3.4.0"
],
"TinyCSV": [
"~> 1.0.0"
]
},
"swift_version": "5.10"
}

0 comments on commit afe8000

Please sign in to comment.