[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 4 / a / ParallelSwift / 1.3.0 / ParallelSwift.podspec.json
blobf07ea6fba0aa702f87b4068595d879f038078b23
2   "name": "ParallelSwift",
3   "version": "1.3.0",
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.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "ParallelSwift/*"