blob: 285ee39108474b3697cc0184e21b72db4f9c7aec [file] [log] [blame]
{
"name": "SwiftProtobuf",
"version": "1.7.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "Swift Protobuf code generator plugin and runtime library",
"homepage": "https://github.com/apple/swift-protobuf",
"authors": "Apple Inc.",
"source": {
"git": "https://github.com/apple/swift-protobuf.git",
"tag": "1.7.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"cocoapods_version": ">= 1.7.0",
"source_files": "Sources/SwiftProtobuf/**/*.swift",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}