TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A parser for .srt files writing in Objective-C.
Add “SubRip.xcodeproj” to your project (preferably into “Frameworks” to keep things tidy).
In your target’s “Build Phases”:
Add “SubRip.framework” to the following build phases (via the +-buttons):
And finally add the header to your code:
#import <SubRip/SubRip.h>