blob: a1b947b3d7d29ed3b4de01f4ba6f4a5f396ac4dc [file] [log] [blame]
{
"name": "BTree",
"version": "1.0.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"license": {
"type": "MIT",
"file": "LICENCE.md"
},
"summary": "In-memory b-trees and ordered collections in Swift",
"homepage": "https://github.com/lorentey/BTree",
"authors": "Károly Lőrentey",
"source": {
"git": "https://github.com/lorentey/BTree.git",
"tag": "v1.0.0"
},
"source_files": "Sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://lorentey.github.io/BTree/api/"
}