[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 3 / 4 / a / ParallelSwift / 1.4.1 / ParallelSwift.podspec.json
blobacaed6b40506cd784ecd06648706b5aaf01e1a41
2   "name": "ParallelSwift",
3   "version": "1.4.1",
4   "summary": "Execute multiple methods in parallel with simple API.",
5   "description": "Wrapper to simplify parallel execution of methods. With three different excution modes. Plus optional timeout to prevent locking app, and possibility to shuffle queue order.\nMade purely in Swift. See Test folder for usege examples.",
6   "homepage": "https://github.com/jvk75/ParallelSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jari Kalinainen": "jari@klubitii.com"
13   },
14   "source": {
15     "git": "https://github.com/jvk75/ParallelSwift.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5",
22   "source_files": "ParallelSwift/*",
23   "swift_version": "5"