[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 5 / 8 / 3 / SplayDict / 0.2.3 / SplayDict.podspec.json
blob62cbf1472bf127e90c21ea0678209ea7351df151
2   "name": "SplayDict",
3   "version": "0.2.3",
4   "summary": "It is a collection type based on law of Pareto, splay tree.",
5   "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.",
6   "homepage": "https://github.com/QuqqU/SplayDict",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "QuqqU": "rldnd913@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/QuqqU/SplayDict.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SplayDict/Classes/**/*"