blob: 8d54ca412a9191256bbb5bea2d13e1cc33d30ed9 [file] [log] [blame]
{
"name": "SwiftDataStructures",
"version": "0.0.2",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"summary": "Basic data structures (LinkedList, Queue, Stack) 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": "Classes/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/brynbellomy/SwiftDataStructures.git",
"tag": "0.0.2"
}
}