blob: 44818d1fee695df3b123770caf27b9f45085d060 [file] [log] [blame]
{
"name": "SwiftDataStructures",
"version": "0.0.3",
"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.3"
}
}