[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / a / BeagleGRPC / 1.0.0 / BeagleGRPC.podspec.json
blobdd8435fe6b61409914d887a312be46b27a55e239
2   "name": "BeagleGRPC",
3   "module_name": "BeagleGRPC",
4   "version": "1.0.0",
5   "license": {
6     "type": "Apache 2.0",
7     "file": "LICENSE"
8   },
9   "summary": "Beagle NetworkClient implementation using gRPC",
10   "description": "This framework provides a client to communicate with Beagle using gRPC.",
11   "homepage": "https://docs.usebeagle.io",
12   "authors": {
13     "Zup IT": "beagle@zup.com.br"
14   },
15   "swift_versions": "5.2",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/ZupIT/beagle-grpc.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "ios/Sources/*.swift",
24   "dependencies": {
25     "Beagle": [
26       ">= 1.7.0",
27       "< 2.0.0"
28     ],
29     "gRPC-Swift": [
30       ">= 1.0.0",
31       "< 2.0.0"
32     ]
33   },
34   "swift_version": "5.2"