blob: c9bc6842705a9639e1575862082fb4055692d9a1 [file] [log] [blame]
{
"name": "SplayDict",
"version": "0.1.0",
"summary": "It is a collection type based on law of Pareto, splay tree.",
"swift_version": "4.0",
"description": "SplayDict written in Swift, is a collection type like special ordered set. It's based on Splay tree which reflects tendency of search input data.",
"homepage": "https://github.com/QuqqU/SplayDict",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QuqqU": "rldnd913@naver.com"
},
"source": {
"git": "https://github.com/QuqqU/SplayDict.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SplayDict/Classes/**/*"
}