[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / a / ParallelSwift / 1.1.0 / ParallelSwift.podspec.json
blob7ba02241dee933a0f0eb638c1f53230f866e90c2
2   "name": "ParallelSwift",
3   "version": "1.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "ParallelSwift/*"