[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 3 / gRPC-RxLibrary / 1.8.0 / gRPC-RxLibrary.podspec.json
blob6e00ae475450faa4ba4888c5bfa55235cadf630b
2   "name": "gRPC-RxLibrary",
3   "version": "1.8.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.8.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "module_name": "RxLibrary",
19   "header_dir": "RxLibrary",
20   "source_files": [
21     "src/objective-c/RxLibrary/*.{h,m}",
22     "src/objective-c/RxLibrary/**/*.{h,m}"
23   ],
24   "private_header_files": "src/objective-c/RxLibrary/private/*.h",
25   "header_mappings_dir": "src/objective-c/RxLibrary",
26   "pod_target_xcconfig": {
27     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
28   }