blob: 8df6a366f972ab4e519dbc1d6cbccdf823782ba6 [file] [log] [blame]
{
"name": "SwiftPrettyPrint",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}