[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / b / f / PrettyLogger / 2.0.0 / PrettyLogger.podspec.json
blob301f0579b5b095e3f3f07fd0292d2828a7263a97
2   "name": "PrettyLogger",
3   "version": "2.0.0",
4   "summary": "A pretty set of log functions to print message in console using levels and emojis to improve visibility 💪",
5   "description": "A pretty set of log functions to print message in console using levels (Debug, Info, Trace, Warning & Error) and emojis to improve visibility 💪",
6   "homepage": "https://github.com/sebastianvarela/PrettyLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "swift_version": "5.0",
12   "authors": {
13     "Sebastián Varela": "sebastian.varela@s3ba.net"
14   },
15   "social_media_url": "http://twitter.com/skirmish84",
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.1"
19   },
20   "source": {
21     "git": "https://github.com/sebastianvarela/PrettyLogger.git",
22     "tag": "v2.0.0"
23   },
24   "source_files": [
25     "Source",
26     "Source/**/*.{swift}"
27   ],
28   "frameworks": "UIKit"