[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / a / ParallelSwift / 1.2.0 / ParallelSwift.podspec.json
blob2a8b7169939cdb4ae358b8ca432767a0d4e31042
2   "name": "ParallelSwift",
3   "version": "1.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "ParallelSwift/*"