blob: 0d7ca1380c229d70955c2a14b09768b87ee60f00 [file] [log] [blame]
{
"name": "RxLibrary",
"version": "0.0.1",
"summary": "Reactive Extensions library for iOS",
"homepage": "https://github.com/grpc/grpc/tree/master/src/objective-c/RxLibrary",
"license": "New BSD",
"authors": {
"Jorge Canizales": "jcanizales@google.com"
},
"source": {
"git": "https://github.com/jcanizales/grpc.git",
"tag": "release-0_5_0-objective-c-0.0.1"
},
"source_files": [
"src/objective-c/RxLibrary/*.{h,m}",
"src/objective-c/RxLibrary/transformations/*.{h,m}",
"src/objective-c/RxLibrary/private/*.{h,m}"
],
"private_header_files": "src/objective-c/RxLibrary/private/*.h",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}