[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 3 / gRPC-RxLibrary / 1.65.5 / gRPC-RxLibrary.podspec.json
blob875e0f2c7bb1d420bf5181931036b5dcdca505cb
2   "name": "gRPC-RxLibrary",
3   "version": "1.65.5",
4   "summary": "Reactive Extensions library for iOS/OSX.",
5   "homepage": "https://grpc.io",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc-ios.git",
12     "tag": "v1.65.5"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "12.0",
18     "watchos": "6.0",
19     "visionos": "1.0"
20   },
21   "module_name": "RxLibrary",
22   "header_dir": "RxLibrary",
23   "default_subspecs": [
24     "Interface",
25     "Implementation"
26   ],
27   "source_files": [
28     "src/objective-c/RxLibrary/*.{h,m}",
29     "src/objective-c/RxLibrary/**/*.{h,m}"
30   ],
31   "private_header_files": "src/objective-c/RxLibrary/private/*.h",
32   "header_mappings_dir": "src/objective-c/RxLibrary",
33   "pod_target_xcconfig": {
34     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
35     "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
36   },
37   "subspecs": [
38     {
39       "name": "Interface",
40       "header_mappings_dir": "src/objective-c/RxLibrary",
41       "source_files": "src/objective-c/RxLibrary/*.h",
42       "public_header_files": "src/objective-c/RxLibrary/*.h"
43     },
44     {
45       "name": "Implementation",
46       "header_mappings_dir": "src/objective-c/RxLibrary",
47       "source_files": [
48         "src/objective-c/RxLibrary/*.m",
49         "src/objective-c/RxLibrary/**/*.{h,m}"
50       ],
51       "private_header_files": "src/objective-c/RxLibrary/**/*.h",
52       "dependencies": {
53         "gRPC-RxLibrary/Interface": [
55         ]
56       }
57     }
58   ]