[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / b / f / PrettyLogger / 1.1.0 / PrettyLogger.podspec.json
blob439457d11300d9b357ff4f8d93f4c175b3c7818a
2   "name": "PrettyLogger",
3   "version": "1.1.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   "authors": {
12     "Sebastián Varela": "sebastian.varela@s3ba.net"
13   },
14   "social_media_url": "http://twitter.com/skirmish84",
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "10.1"
18   },
19   "source": {
20     "git": "https://github.com/sebastianvarela/PrettyLogger.git",
21     "tag": "v1.1.0"
22   },
23   "source_files": [
24     "Source",
25     "Source/**/*.{swift}"
26   ],
27   "frameworks": "UIKit"