[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 8 / 3 / SplayDict / 0.1.0 / SplayDict.podspec.json
blobc9bc6842705a9639e1575862082fb4055692d9a1
2   "name": "SplayDict",
3   "version": "0.1.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "QuqqU": "rldnd913@naver.com"
14   },
15   "source": {
16     "git": "https://github.com/QuqqU/SplayDict.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SplayDict/Classes/**/*"