4 "summary": "It is a collection type based on law of Pareto, splay tree.",
5 "swift_version": "4.0",
6 "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.",
7 "homepage": "https://github.com/QuqqU/SplayDict",
13 "QuqqU": "rldnd913@naver.com"
16 "git": "https://github.com/QuqqU/SplayDict.git",
22 "source_files": "SplayDict/Classes/**/*"