An Objective-C parser for .srt files.
Import the project using CocoaPods:
pod 'SubRipForCocoa', '~> 1.0'
And add the header to your code:
#import <SubRipForCocoa/SubRip.h>
Mac OS X v10.7 or later. Doesn't currently support iOS.
Please note that version 1.0.2 is the last one that supports manual memory management. Future versions (starting with 1.1) will require ARC.