4 "summary": "The simple data structure: First-In-First-Out (FIFO) queue.",
5 "description": "Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.",
6 "homepage": "https://github.com/AceRodstin/AceQueue",
12 "Ace Rodstin": "acerodstin@gmail.com"
17 "swift_versions": "5.2",
19 "git": "https://github.com/AceRodstin/AceQueue.git",
22 "source_files": "AceQueue/**/*.{h,m,swift}",
23 "swift_version": "5.2"