[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 2 / CapellaClient-GRPC / 1.0.1 / CapellaClient-GRPC.podspec.json
blob30056b9144e41bedc82e060f2c5cfe2d7340421e
2   "name": "CapellaClient-GRPC",
3   "version": "1.0.1",
4   "license": "Apache License, Version 2.0",
5   "summary": "CapellaClient-GRPC",
6   "source": {
7     "git": "https://gitlab.gmdp.io/gmdp/capella-client-api.git",
8     "tag": "1.0.1"
9   },
10   "authors": {
11     "Mikhail": "test@gmail.com"
12   },
13   "homepage": "https://github.com",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "dependencies": {
18     "SwiftGRPC": [
20     ],
21     "SwiftProtobuf": [
23     ]
24   },
25   "prepare_command": "mkdir -p CapellaClient-GRPC\n\t\nswift_dependency/!ProtoCompiler/protoc         --plugin=swift_dependency/GRPC/protoc-gen-swiftgrpc         --plugin=swift_dependency/Proto/protoc-gen-swift         --swift_out=Visibility=Public:CapellaClient-GRPC        --swiftgrpc_out=Client=true,Server=false,TestStubs=true,Visibility=Public:CapellaClient-GRPC         -I proto         -I swift_dependency/!ProtoCompiler         proto/*.proto  swift_dependency/!ProtoCompiler/google/protobuf/descriptor.proto",
26   "pod_target_xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   },
30   "subspecs": [
31     {
32       "name": "Messages",
33       "source_files": [
34         "CapellaClient-GRPC/*.pb.{h,m,swift}",
35         "CapellaClient-GRPC/**/*.pb.{h,m,swift}"
36       ],
37       "header_mappings_dir": "CapellaClient-GRPC",
38       "requires_arc": false,
39       "dependencies": {
40         "Protobuf": [
42         ],
43         "SwiftProtobuf": [
44           "1.7.0"
45         ]
46       }
47     },
48     {
49       "name": "Services",
50       "source_files": [
51         "CapellaClient-GRPC/*.grpc.{h,m,swift}",
52         "CapellaClient-GRPC/**/*.pb.{h,m,swift}"
53       ],
54       "header_mappings_dir": "CapellaClient-GRPC",
55       "requires_arc": true,
56       "dependencies": {
57         "gRPC-ProtoRPC": [
59         ],
60         "CapellaClient-GRPC/Messages": [
62         ]
63       }
64     }
65   ]