blob: 933dba8410fe11ba7a58a6555b449adfa6366b21 [file] [log] [blame]
{
"name": "gRPC-RxLibrary",
"version": "1.0.2",
"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.2"
},
"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"
}