[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / b / d / SwiftPrettyPrint / 1.2.0 / SwiftPrettyPrint.podspec.json
blobd51b16add68875308f502c476dc523d3900d2789
2   "name": "SwiftPrettyPrint",
3   "version": "1.2.0",
4   "summary": "Pretty print for debug in Swift",
5   "description": "SwiftPrettyPrint is a library for debug in Swift.\nThis provide more readable print than standard `print` and `debugPrint`.",
6   "homepage": "https://github.com/YusukeHosonuma/SwiftPrettyPrint",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yusuke Hosonuma": "tobi462@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/tobi462",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "5.0",
19     "tvos": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/YusukeHosonuma/SwiftPrettyPrint.git",
23     "tag": "1.2.0"
24   },
25   "source_files": "Sources/**/*.{swift}",
26   "swift_versions": "5.1",
27   "dependencies": {
28     "ColorizeSwift": [
30     ]
31   },
32   "swift_version": "5.1"