blob: 8c0cb4ff9af457b1f026c6fdd630fdd308d72e21 [file] [log] [blame]
{
"name": "ReflectedStringConvertible",
"version": "1.1.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.1.0"
},
"source_files": "ReflectedStringConvertible/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"pushed_with_swift_version": "3.0"
}