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