[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / a / DirTree / 0.2.2 / DirTree.podspec.json
blobcf1e9057e7d5843114b09f36b2161e0b689b35c4
2   "name": "DirTree",
3   "version": "0.2.2",
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.2.2"
17   },
18   "swift_versions": "5.0.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "Sources/DirTreeLib/*.swift",
23   "swift_version": "5.0.0"