[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 6 / 3 / gRPC-RxLibrary / 1.49.1-dev / gRPC-RxLibrary.podspec.json
blob6a60fa216c228d132913c5e2913b530f6c29565e
2   "name": "gRPC-RxLibrary",
3   "version": "1.49.1-dev",
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.49.1-dev"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "module_name": "RxLibrary",
18   "header_dir": "RxLibrary",
19   "default_subspecs": [
20     "Interface",
21     "Implementation"
22   ],
23   "source_files": [
24     "native/src/objective-c/RxLibrary/*.{h,m}",
25     "native/src/objective-c/RxLibrary/**/*.{h,m}"
26   ],
27   "private_header_files": "native/src/objective-c/RxLibrary/private/*.h",
28   "header_mappings_dir": "native/src/objective-c/RxLibrary",
29   "pod_target_xcconfig": {
30     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
32   },
33   "subspecs": [
34     {
35       "name": "Interface",
36       "header_mappings_dir": "native/src/objective-c/RxLibrary",
37       "source_files": "native/src/objective-c/RxLibrary/*.h",
38       "public_header_files": "native/src/objective-c/RxLibrary/*.h"
39     },
40     {
41       "name": "Implementation",
42       "header_mappings_dir": "native/src/objective-c/RxLibrary",
43       "source_files": [
44         "native/src/objective-c/RxLibrary/*.m",
45         "native/src/objective-c/RxLibrary/**/*.{h,m}"
46       ],
47       "private_header_files": "native/src/objective-c/RxLibrary/**/*.h",
48       "dependencies": {
49         "gRPC-RxLibrary/Interface": [
51         ]
52       }
53     }
54   ]