[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 0 / SwiftSubtitles / 0.11.1 / SwiftSubtitles.podspec.json
blob352952d430bc42fe4e1178e53c1346808128e672
2   "name": "SwiftSubtitles",
3   "version": "0.11.1",
4   "summary": "A Swift package for reading/writing some common subtitle formats.",
5   "description": "A Swift package for reading/writing subtitle formats (srt, sbv, sub, vtt, csv).",
6   "homepage": "https://github.com/dagronf",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darren Ford": "dford_au-reg@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/dagronf/SwiftSubtitles.git",
16     "tag": "0.11.1"
17   },
18   "source_files": "Sources/SwiftSubtitles/**/*.swift",
19   "platforms": {
20     "ios": "12.0",
21     "tvos": "12.0",
22     "osx": "10.13",
23     "watchos": "6.0"
24   },
25   "swift_versions": [
26     "5.4",
27     "5.5",
28     "5.6",
29     "5.7",
30     "5.8"
31   ],
32   "dependencies": {
33     "DSFRegex": [
34       "~> 3.3.1"
35     ],
36     "TinyCSV": [
37       "~> 0.6.1"
38     ]
39   },
40   "swift_version": "5.8"