[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 2 / LSBatch / 0.0.9 / LSBatch.podspec.json
blobdd96c6eaeb54aa447448519753ab8a53892dbb25
2   "name": "LSBatch",
3   "version": "0.0.9",
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",
7   "license": "MIT",
8   "authors": {
9     "Joseph Werle": "werle@littlstar.com"
10   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/littlstar/Batch.git",
14     "tag": "0.0.9"
15   },
16   "source_files": "src/*.m",
17   "public_header_files": "include/*/*.h",
18   "preserve_paths": "include/*/*.h"