4 "summary": "Batch control flow for Objective-C",
5 "description": " Control flow can be tough and GCD provides a great abstraction.\n However, Batch aims to make this much easier through callback\n blocks and delegate method patterns.\n\n",
6 "homepage": "https://github.com/littlstar/Batch",
9 "Joseph Werle": "werle@littlstar.com"
13 "git": "https://github.com/littlstar/Batch.git",
16 "source_files": "src/*.m",
17 "public_header_files": "include/*/*.h",
18 "preserve_paths": "include/*/*.h"