blob: c3cd886c8cef9ff4c7ef6479fff51687e5a81a20 [file] [log] [blame]
{
"name": "SwiftDataStructures",
"version": "0.1.1",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"summary": "Basic data structures (LinkedList, Queue, Stack, OrderedDictionary, Set, OrderedSet) that the Swift stdlib probably should have.",
"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.1.1"
]
},
"source": {
"git": "https://github.com/brynbellomy/SwiftDataStructures.git",
"tag": "0.1.1"
}
}