[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / 8 / 5 / ExecutionQueue / 1.0.0 / ExecutionQueue.podspec.json
blobca4f235fffbb9d868a58d2c7edd6056395310c18
2   "name": "ExecutionQueue",
3   "version": "1.0.0",
4   "summary": "A light weight queueing library for serial execution with retry",
5   "homepage": "https://github.com/Albinzr/ExecutionQueue",
6   "license": "MIT",
7   "authors": {
8     "Albin CR": "albin.git@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Albinzr/ExecutionQueue.git",
12     "tag": "1.0.0"
13   },
14   "swift_versions": "4.1",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source_files": [
20     "ExecutionQueue",
21     "ExecutionQueue/**/*.swift"
22   ],
23   "swift_version": "4.1"