blob: ffd4073a84727059659895f5f3d704136e140e2a [file] [log] [blame]
{
"name": "OHSubtitlePlayer",
"version": "0.1.3",
"summary": "Wrapper for AVPlayerViewController with supporting local subtitles.",
"description": "The wrapper supports local subtitles .srt and .vtt. AVPlayer doesn't provide interface for such feature (only built-in subtitles). Also AVPlayerViewController is expected for using in fullscreen mode. But you can use this wrapper for playing a video in windowed mode (with/without subtitles).",
"homepage": "https://github.com/oleghnidets/OHSubtitlePlayer",
"license": "MIT",
"authors": {
"Oleg": "oleg.oleksan@gmail.com"
},
"source": {
"git": "https://github.com/oleghnidets/OHSubtitlePlayer.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SubtitlePlayer/*.{h,m}",
"resources": [
"SubtitlePlayer/*.xib"
],
"frameworks": [
"AVKit",
"AVFoundation",
"UIKit",
"Foundation"
]
}