blob: 9cf56a5a126c1c792436255444d05f04bd36dff8 [file] [log] [blame]
{
"name": "SwiftPrettyPrint",
"version": "0.0.4",
"summary": "Pretty print for debug in Swift",
"description": "SwiftPrettyPrint is a library for debug in Swift.\nThis provide more readable print than standard `print` and `debugPrint`.",
"homepage": "https://github.com/YusukeHosonuma/SwiftPrettyPrint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yusuke Hosonuma": "tobi462@gmail.com"
},
"social_media_url": "https://twitter.com/tobi462",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YusukeHosonuma/SwiftPrettyPrint.git",
"tag": "0.0.4"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}