[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 6 / 7 / 2 / ZLogger / 1.0.0 / ZLogger.podspec.json
blobf7535f1e818e180698573d81cff446c0e7f17497
2   "name": "ZLogger",
3   "version": "1.0.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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "soucolline": "guilleminot.thomas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/soucolline/ZLogger.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/mrsoucolline",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ZLogger/Classes/**/*",
23   "pushed_with_swift_version": "3.2"