[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / b / 1 / GBSwiftLogger / 1.0.0 / GBSwiftLogger.podspec.json
blob0955f71adcc2430d7c1acd91c1f1f6b446505724
2   "name": "GBSwiftLogger",
3   "version": "1.0.0",
4   "summary": "An awesome Swift logger with verbosity selection",
5   "description": "This Logger with help you to debug your Swift app / framework easier. You can select which level of verbosity you want to be printed, also you are able to fully disable logs or enable all the available levels.",
6   "homepage": "https://github.com/gbattistel/GBSwiftLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillermo Battistel": "guillermo.battistel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gbattistel/GBSwiftLogger.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "GBSwiftLogger",
24     "GBSwiftLogger/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "GBSwiftLogger/Exclude",
27   "swift_version": "5.0"