[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 3 / gRPC-RxLibrary / 1.26.0-pre1 / gRPC-RxLibrary.podspec.json
blobebfe10ae14111deed5b93b8b6756a5d873b469df
2   "name": "gRPC-RxLibrary",
3   "version": "1.26.0-pre1",
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.26.0-pre1"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9",
17     "tvos": "10.0",
18     "watchos": "4.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   },
35   "subspecs": [
36     {
37       "name": "Interface",
38       "header_mappings_dir": "src/objective-c/RxLibrary",
39       "source_files": "src/objective-c/RxLibrary/*.h",
40       "public_header_files": "src/objective-c/RxLibrary/*.h"
41     },
42     {
43       "name": "Implementation",
44       "header_mappings_dir": "src/objective-c/RxLibrary",
45       "source_files": [
46         "src/objective-c/RxLibrary/*.m",
47         "src/objective-c/RxLibrary/**/*.{h,m}"
48       ],
49       "private_header_files": "src/objective-c/RxLibrary/**/*.h",
50       "dependencies": {
51         "gRPC-RxLibrary/Interface": [
53         ]
54       }
55     }
56   ]