[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / b / Glob / 1.0.4 / Glob.podspec.json
blobfd5c715636c9967372a4386412481e98617112fc
2   "name": "Glob",
3   "version": "1.0.4",
4   "summary": "Library that allows you to find files on filesystem using globs (**, *, ?)",
5   "description": "Using this library you can enumerate files in folders using globs like in shell.",
6   "homepage": "https://github.com/xzeror/Glob",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eric Firestone": "efirestone@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/xzeror/Glob.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": "Sources/*",
22   "pushed_with_swift_version": "3.1.1"