blob: 1faf829e232c5440a78e4b763193d10a7ae4b8f5 [file] [log] [blame]
{
"name": "gRPC-RxLibrary",
"version": "1.20.0-pre1",
"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-pre1"
},
"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"
}
}