[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / a / DirTree / 0.1.0 / DirTree.podspec.json
blobbf8189db025fc44a4ca52b918c5f01fa16a1fbdb
2   "name": "DirTree",
3   "version": "0.1.0",
4   "summary": "Print the information about each node in a certain directory(Swift version).",
5   "description": "Print the information about each node in a certain directory(Swift version).\nNow the information for each node only contains: sizeInByte.\n\nThis library is inspired from tree(http://mama.indstate.edu/users/ice/tree/) command tool.\nYou could install tree on your computer, it is a very nice tool.",
6   "homepage": "https://github.com/vitonzhangtt/DirTree",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vitonzhangtt": "vitonzhang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vitonzhangtt/DirTree.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.0.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "Sources/DirTreeLib/*.swift",
23   "dependencies": {
24     "Files": [
25       "4.0.0"
26     ]
27   },
28   "swift_version": "5.0.0"