[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 3 / gRPC-RxLibrary / 1.62.0 / gRPC-RxLibrary.podspec.json
blobf811015ef607dd707066a3357b749c9f277c2c0b
2   "name": "gRPC-RxLibrary",
3   "version": "1.62.0",
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.git",
12     "tag": "v1.62.0"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "12.0",
18     "watchos": "6.0"
19   },
20   "module_name": "RxLibrary",
21   "header_dir": "RxLibrary",
22   "default_subspecs": [
23     "Interface",
24     "Implementation"
25   ],
26   "source_files": [
27     "src/objective-c/RxLibrary/*.{h,m}",
28     "src/objective-c/RxLibrary/**/*.{h,m}"
29   ],
30   "private_header_files": "src/objective-c/RxLibrary/private/*.h",
31   "header_mappings_dir": "src/objective-c/RxLibrary",
32   "pod_target_xcconfig": {
33     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
34     "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
35   },
36   "subspecs": [
37     {
38       "name": "Interface",
39       "header_mappings_dir": "src/objective-c/RxLibrary",
40       "source_files": "src/objective-c/RxLibrary/*.h",
41       "public_header_files": "src/objective-c/RxLibrary/*.h"
42     },
43     {
44       "name": "Implementation",
45       "header_mappings_dir": "src/objective-c/RxLibrary",
46       "source_files": [
47         "src/objective-c/RxLibrary/*.m",
48         "src/objective-c/RxLibrary/**/*.{h,m}"
49       ],
50       "private_header_files": "src/objective-c/RxLibrary/**/*.h",
51       "dependencies": {
52         "gRPC-RxLibrary/Interface": [
54         ]
55       }
56     }
57   ]