blob: 141afb776cc6cf0ab1229eedd353db9788de3de1 [file] [log] [blame]
{
"name": "gRPC-RxLibrary",
"version": "1.0.0-pre1",
"summary": "Reactive Extensions library for iOS/OSX.",
"homepage": "http://www.grpc.io",
"license": "New BSD",
"authors": {
"The gRPC contributors": "grpc-packages@google.com"
},
"source": {
"git": "https://github.com/grpc/grpc.git",
"tag": "objective-c-v1.0.0-pre1"
},
"platforms": {
"ios": "7.1",
"osx": "10.9"
},
"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"
}