blob: dd96c6eaeb54aa447448519753ab8a53892dbb25 [file] [log] [blame]
{
"name": "LSBatch",
"version": "0.0.9",
"summary": "Batch control flow for Objective-C",
"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",
"homepage": "https://github.com/littlstar/Batch",
"license": "MIT",
"authors": {
"Joseph Werle": "werle@littlstar.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/littlstar/Batch.git",
"tag": "0.0.9"
},
"source_files": "src/*.m",
"public_header_files": "include/*/*.h",
"preserve_paths": "include/*/*.h"
}