blob: 559c2a7fcb9b300a311d84e48ae1a729b9715376 [file] [log] [blame]
{
"name": "protobufSwift",
"version": "1.3.4",
"summary": "Protocol Buffers for Swift 2.6/3.0.",
"swift_version": "5.0",
"homepage": "https://github.com/openxc/Protobuf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kranjanford": "kranjan@ford.com"
},
"source": {
"git": "https://github.com/openxc/Protobuf.git",
"tag": "1.3.4"
},
"platforms": {
"ios": "12.0"
},
"frameworks": "Foundation",
"source_files": "protobufSwift/Source/*.{swift}",
"module_name": "ProtocolBuffers"
}