[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 6 / a / SimpleTaskQueue / 1.0.3 / SimpleTaskQueue.podspec.json
blobaf9d9e6945c0c0be130fe40786fdebeb1c84f98b
2   "name": "SimpleTaskQueue",
3   "version": "1.0.3",
4   "summary": "Execute tasks sequentially, one after the other. gurantee only one task is running at any time",
5   "description": "A simple implementation for a queue to execute tasks sequentially, as simplest as possible. Execute tasks sequentially, one after the other. gurantee only one task is running at any time",
6   "homepage": "https://github.com/mmabdelateef/SimpleTaskQueue",
7   "license": "MIT",
8   "authors": {
9     "mabdellateef": "mmabdelateef@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/mmabdellateef",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/mmabdelateef/SimpleTaskQueue.git",
17     "tag": "1.0.3"
18   },
19   "source_files": [
20     "SimpleTaskQueue",
21     "SimpleTaskQueue/**/*.{h,m,swift}"
22   ],
23   "swift_version": "4.1"