blob: cdcffb91c80655805082b8b4ab52d5244cb03f16 [file] [log] [blame]
{
"name": "gRPC-RxLibrary",
"version": "1.20.0-pre3",
"summary": "Reactive Extensions library for iOS/OSX.",
"homepage": "https://grpc.io",
"license": "Apache License, Version 2.0",
"authors": {
"The gRPC contributors": "grpc-packages@google.com"
},
"source": {
"git": "https://github.com/grpc/grpc.git",
"tag": "v1.20.0-pre3"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "10.0"
},
"module_name": "RxLibrary",
"header_dir": "RxLibrary",
"source_files": [
"src/objective-c/RxLibrary/*.{h,m}",
"src/objective-c/RxLibrary/**/*.{h,m}"
],
"private_header_files": "src/objective-c/RxLibrary/private/*.h",
"header_mappings_dir": "src/objective-c/RxLibrary",
"pod_target_xcconfig": {
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
}
}