blob: 70812b37e091f3b2dde8947703267efe9b7bed22 [file] [log] [blame]
{
"name": "SBBasics",
"version": "0.1.0",
"summary": "Bags, Stacks, Queues, Lists, Heaps, Trees, Graphs",
"description": "Basics is a collection of largely standalone Swift abstractions for Bag type.",
"homepage": "https://github.com/EBGToo/SBBasics",
"license": "MIT",
"authors": {
"Ed Gamble": "ebg@opuslogica.com"
},
"source": {
"git": "https://github.com/EBGToo/SBBasics.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"osx": "10.9"
},
"dependencies": {
"SBCommons": [
"~> 0.1"
]
}
}