blob: fd855f851e0293fea05bebdad678eea70ee3fcbd [file] [log] [blame]
{
"name": "SwiftDataStructures",
"version": "0.3.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Basic data structures (LinkedList, Queue, Stack, OrderedDictionary, OrderedSet).",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"homepage": "https://github.com/brynbellomy/SwiftDataStructures",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "src/**/*.swift",
"requires_arc": true,
"dependencies": {
"Funky": [
"0.3.0"
]
},
"source": {
"git": "https://github.com/brynbellomy/SwiftDataStructures.git",
"tag": "0.3.0"
}
}