blob: e1f69bcc3d71998e145262a01268992c2c238f02 [file] [log] [blame]
{
"name": "AceQueue",
"version": "0.1.4",
"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.4"
},
"source_files": "AceQueue/**/*.{h,m,swift}",
"swift_version": "5.2"
}