[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 0 / SwiftSubtitles / 1.3.0 / SwiftSubtitles.podspec.json
blobaa623ea2558c056d93a3312c66b0c6778554fb5e
2   "name": "SwiftSubtitles",
3   "version": "1.3.0",
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": "1.3.0"
17   },
18   "source_files": "Sources/SwiftSubtitles/**/*.swift",
19   "resources": [
20     "Sources/SwiftSubtitles/PrivacyInfo.xcprivacy"
21   ],
22   "platforms": {
23     "ios": "12.0",
24     "tvos": "12.0",
25     "osx": "10.13",
26     "watchos": "6.0"
27   },
28   "swift_versions": [
29     "5.4",
30     "5.5",
31     "5.6",
32     "5.7",
33     "5.8",
34     "5.9",
35     "5.10"
36   ],
37   "dependencies": {
38     "DSFRegex": [
39       "~> 3.4.0"
40     ],
41     "TinyCSV": [
42       "~> 1.0.0"
43     ]
44   },
45   "swift_version": "5.10"