blob: c9a954364c19dfa382d059f857649a57b1e80603 [file] [log] [blame]
{
"name": "SCTE35",
"version": "1.0.5",
"summary": "SCTE Library for Swift.",
"description": "Converts hex strings and base64 strings into SCTE 35 Objects per the specifications at https://www.scte.org/SCTEDocs/Standards/SCTE%2035%202016.pdf",
"homepage": "https://realeyes.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe Lucero": "joe.lucero@realeyes.com"
},
"source": {
"git": "https://github.com/realeyes-media/scte35-swift",
"branch": "master",
"tag": "1.0.5"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": [
"SCTE35-SwiftLibrary",
"SCTE35-SwiftLibrary/HelperConverter/*.swift",
"SCTE35-SwiftLibrary/**/*.{h,m,swift}",
"SharedResources/**/*.swift"
],
"swift_version": "5.0"
}