blob: 01f74d389da9fe737e275ae09969bd254257e0f8 [file] [log] [blame]
{
"name": "AceQueue",
"version": "0.1.0",
"summary": "The simple data structure: First-In-First-Out (FIFO) queue.",
"description": "Queue objects implement data structures that allow to insert and retrieve elements in a first-in-first-out (FIFO) manner.",
"homepage": "https://github.com/AceRodstin/AceQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ace Rodstin": "acerodstin@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/AceRodstin/AceQueue.git",
"tag": "0.1.0"
},
"source_files": "AceQueue/**/*.{h,m,swift}",
"swift_version": "5.2"
}