blob: 113cb10a131f45482973d311d0009b060d924916 [file] [log] [blame]
{
"name": "QueueStack",
"version": "0.1.1",
"summary": "Queue and Stack ADT",
"description": "Queue and Stack ADT - array based implementation",
"homepage": "https://github.com/leonmak/queue-stack-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leon mak": "leonmakansheng@gmail.com"
},
"source": {
"git": "https://github.com/leonmak/queue-stack-swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QueueStack/Classes/**/*",
"pushed_with_swift_version": "3.0"
}