[Add] Observable 2.2.1
[CocoaPods.git] / Specs / 6 / 9 / a / DIDComm-gRPC / 0.0.2 / DIDComm-gRPC.podspec.json
blob0f21fea04dcd3b3a704d91932daf96246b621d49
2   "name": "DIDComm-gRPC",
3   "version": "0.0.2",
4   "summary": "DIDComm gRPC extension",
5   "description": "DIDComm extensions using gRPC and Protobuf definitions",
6   "homepage": "https://github.com/trinsic-id/didcomm-extension-grpc",
7   "license": {
8     "type": "Copyright",
9     "text": "                  Copyright 2018\n                  Permission is granted to...\n"
10   },
11   "authors": {
12     "$(git config user.name)": "$(git config user.email)"
13   },
14   "source": {
15     "git": "https://github.com/trinsic-id/didcomm-extension-grpc.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "objc/Source/DIDComm-gRPC/*.{h,m,mm}",
19   "vendored_libraries": "libs/ios/libdidcommgrpc.a",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "user_target_xcconfig": {
24     "VALID_ARCHS": "arm64 x86_64"
25   },
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     "VALID_ARCHS": "arm64 x86_64",
30     "HEADER_SEARCH_PATHS": "$(CONFIGURATION_BUILD_DIR)",
31     "ENABLE_BITCODE": "NO"
32   },
33   "subspecs": [
34     {
35       "name": "Messages",
36       "source_files": [
37         "objc/Generated/*.pbobjc.{h,m}",
38         "objc/Generated/**/*.pbobjc.{h,m}"
39       ],
40       "header_mappings_dir": "objc/Generated",
41       "requires_arc": false,
42       "dependencies": {
43         "Protobuf": [
45         ]
46       }
47     },
48     {
49       "name": "Services",
50       "source_files": [
51         "objc/Generated/*.pbrpc.{h,m}",
52         "objc/Generated/**/*.pbrpc.{h,m}"
53       ],
54       "header_mappings_dir": "objc/Generated",
55       "requires_arc": true,
56       "dependencies": {
57         "gRPC-ProtoRPC": [
59         ],
60         "DIDComm-gRPC/Messages": [
62         ]
63       }
64     }
65   ]