[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / KinGrpcApi / 0.2.0 / KinGrpcApi.podspec.json
blobad4c58522b672e7fd66b93964aab63c2db393ded
2   "name": "KinGrpcApi",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "Kik Engineering": "engineering@kik.com"
10   },
11   "homepage": "https://github.com/kinecosystem/kin-ios",
12   "summary": "Grpc Api for Kin SDK iOS",
13   "source": {
14     "git": "https://github.com/kinecosystem/kin-ios.git"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "dependencies": {
20     "!ProtoCompiler-gRPCPlugin": [
21       "~> 1.28.0"
22     ]
23   },
24   "pod_target_xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
27     "USE_HEADERMAP": "NO",
28     "ALWAYS_SEARCH_USER_PATHS": "NO",
29     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
30     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
31   },
32   "subspecs": [
33     {
34       "name": "Messages",
35       "source_files": [
36         "KinGrpcApi/gen/*.pbobjc.{h,m}",
37         "KinGrpcApi/gen/**/*.pbobjc.{h,m}"
38       ],
39       "header_mappings_dir": "KinGrpcApi/gen",
40       "requires_arc": false,
41       "dependencies": {
42         "Protobuf": [
43           "~> 3.11.4"
44         ]
45       }
46     },
47     {
48       "name": "Services",
49       "source_files": [
50         "KinGrpcApi/gen/*.pbrpc.{h,m}",
51         "KinGrpcApi/gen/**/*.pbrpc.{h,m}"
52       ],
53       "header_mappings_dir": "KinGrpcApi/gen",
54       "requires_arc": true,
55       "dependencies": {
56         "gRPC-ProtoRPC": [
57           "~> 1.28.0"
58         ],
59         "KinGrpcApi/Messages": [
61         ]
62       }
63     }
64   ]