blob: 3a09692e0eeab5ffd108f384c948d7a83e1cd841 [file] [log] [blame]
{
"name": "BTree",
"version": "4.0.2",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"summary": "Fast ordered collections for Swift using in-memory B-trees",
"authors": "Károly Lőrentey",
"homepage": "https://github.com/lorentey/BTree",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/lorentey/BTree.git",
"tag": "v4.0.2"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://lorentey.github.io/BTree/api/",
"pushed_with_swift_version": "3.0"
}