blob: 706e2cc68fa4a34ecd01b0e55ee4f2643d3524fc [file] [log] [blame]
{
"name": "SubRipForCocoa",
"version": "1.0.2",
"summary": "An Objective-C parser for SRT files.",
"homepage": "https://github.com/sstigler/SubRipForCocoa",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Sam Stigler": "sstigler1985@mac.com",
"Jan Weiß": ""
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/sstigler/SubRipForCocoa.git",
"tag": "1.0.2"
},
"source_files": [
"SubRip/*",
"TagSupport/**/*",
"External/**/*"
],
"private_header_files": [
"TagSupport/**/*.h",
"External/**/*.h"
],
"frameworks": "CoreMedia",
"requires_arc": false,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SUBRIP_TAG_SUPPORT=1 SUBRIP_SUBVIEWER_SUPPORT=1"
}
}