blob: b30f89ee306c2ad1fbbc774c4ccea71d954f7d26 [file] [log] [blame]
{
"name": "BTree",
"version": "2.0.0",
"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": "LICENCE.md"
},
"source": {
"git": "https://github.com/lorentey/BTree.git",
"tag": "v2.0.0"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://lorentey.github.io/BTree/api/"
}