blob: 615708129d3e321dc6a6b84ff50eced5e29a8df9 [file] [log] [blame]
{
"name": "ReflectedStringConvertible",
"version": "1.2.0",
"summary": "A protocol that allows any class to be printed as if it were a struct or a JSON object.",
"homepage": "https://github.com/mattcomi/ReflectedStringConvertible",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Comi": "mattcomi@gmail.com"
},
"source": {
"git": "https://github.com/mattcomi/ReflectedStringConvertible.git",
"tag": "1.2.0"
},
"source_files": "ReflectedStringConvertible/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"pushed_with_swift_version": "4.0"
}