blob: dd8435fe6b61409914d887a312be46b27a55e239 [file] [log] [blame]
{
"name": "BeagleGRPC",
"module_name": "BeagleGRPC",
"version": "1.0.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Beagle NetworkClient implementation using gRPC",
"description": "This framework provides a client to communicate with Beagle using gRPC.",
"homepage": "https://docs.usebeagle.io",
"authors": {
"Zup IT": "beagle@zup.com.br"
},
"swift_versions": "5.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ZupIT/beagle-grpc.git",
"tag": "1.0.0"
},
"source_files": "ios/Sources/*.swift",
"dependencies": {
"Beagle": [
">= 1.7.0",
"< 2.0.0"
],
"gRPC-Swift": [
">= 1.0.0",
"< 2.0.0"
]
},
"swift_version": "5.2"
}