blob: 476d19423b1199bacb03a10e449c8049b83c7eed [file] [log] [blame]
{
"name": "BTree",
"version": "4.1.0",
"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/attaswift/BTree",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/attaswift/BTree.git",
"tag": "v4.1.0"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://attaswift.github.io/BTree/api/",
"pushed_with_swift_version": "3.0"
}