blob: 237d2368ea58885da093d57850a1faf301a98170 [file] [log] [blame]
{
"name": "RangeTree",
"version": "0.1.0",
"summary": "Orthorgonal range searches in logarithmic time",
"description": "A range tree allows you to perform orthorgonal range searches in logarithmic time.",
"homepage": "https://github.com/ben-ng/swift-range-tree",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Ng": "me@benng.me"
},
"source": {
"git": "https://github.com/ben-ng/swift-range-tree.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/_benng",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source_files": "RangeTree/Classes/**/*"
}