blob: aa9dcfd17f684479d954607c76de268276c15eb6 [file] [log] [blame]
{
"name": "ExSubtitle",
"version": "0.0.1",
"summary": "Supported external subtitle for AVPlayer",
"description": "parses an external subtitle with data.\nnotifies a timed text and additional information based on the playback position of AVPlayer.",
"homepage": "https://github.com/SeunghoHong/ExSubtitle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungho Hong": "gegorguly@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/SeunghoHong/ExSubtitle.git",
"tag": "0.0.1"
},
"source_files": "ExSubtitle/**/*.swift",
"requires_arc": true
}