blob: a4575bc82ed55136b629c326e775a1f2919d4e0f [file] [log] [blame]
{
"name": "SplayDict",
"version": "0.2.2",
"summary": "It is a collection type based on law of Pareto, splay tree.",
"description": "SplayDict written in Swift, is a collection type like special ordered set. It is 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.2.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SplayDict/Classes/**/*"
}