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