blob: 146466c190fb766076e3c54f83faec1e319a96f1 [file] [log] [blame]
{
"name": "FCPXMLCodable",
"version": "0.5.0",
"summary": "Swift framework for working with FCPXML, providing type-safe conversion using Codable.",
"homepage": "https://github.com/toddkramer/FCPXMLCodable",
"authors": "Todd Kramer",
"source": {
"git": "https://github.com/toddkramer/FCPXMLCodable.git",
"tag": "0.5.0"
},
"swift_versions": [
"5.1"
],
"module_name": "FCPXMLCodable",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/FCPXMLCodable/*.swift",
"dependencies": {
"XMLCoder": [
"0.8.0"
]
},
"swift_version": "5.1"
}