[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / f / 3 / 2 / LSBatch / 0.0.8 / LSBatch.podspec.json
blobab3df69b97344bbae8b127042dfa1688aaf809ac
2   "name": "LSBatch",
3   "version": "0.0.8",
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.8"
15   },
16   "source_files": "src/*.m",
17   "public_header_files": "include/*/*.h",
18   "preserve_paths": "include/*/*.h"