[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 7 / 2 / ZLogger / 1.1.0 / ZLogger.podspec.json
blob40e78330d088c2140314517ba27b9af85dd66856
2   "name": "ZLogger",
3   "version": "1.1.0",
4   "summary": "Light, magical, easy to use Logger for your swift apps.",
5   "description": "Zlogger is a simple Logger to use for your swift App. You can print debugs messages\nwith different levels of criticity and filter those messages to only show what's relevant to you",
6   "homepage": "https://github.com/soucolline/ZLogger.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Guilleminot": "guilleminot.thomas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/soucolline/ZLogger.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0",
21     "watchos": "2.0",
22     "osx": "10.10"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "swift_versions": "5.0.1",
27   "swift_version": "5.0.1"