blob: da49451f2f32b0be4e7756741e1e7fdc44b117dc [file] [log] [blame]
{
"name": "SwiftWebVTT",
"version": "1.0.1",
"summary": "A parser for WebVTT caption files written in Swift",
"homepage": "https://github.com/auramagi/SwiftWebVTT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Apurin": "mike.apurin@gmail.com"
},
"source": {
"git": "https://github.com/auramagi/SwiftWebVTT.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "SwiftWebVTT/*.{h,swift}",
"resources": [
"SwiftWebVTT/*.{json}"
],
"swift_version": "5.0"
}