[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / b / d / SwiftPrettyPrint / 0.0.4 / SwiftPrettyPrint.podspec.json
blob9cf56a5a126c1c792436255444d05f04bd36dff8
2   "name": "SwiftPrettyPrint",
3   "version": "0.0.4",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/YusukeHosonuma/SwiftPrettyPrint.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "swift_versions": "5.1",
24   "swift_version": "5.1"