blob: 5f44f8701a6b58ebc9ddc5540b5c2798866ec0fa [file] [log] [blame]
{
"name": "BTree",
"version": "4.0.1",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"summary": "In-memory B-trees and ordered collections in Swift",
"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.1"
},
"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"
}