blob: 841510d4c5b0a75f49920ae4f9259265876c2ecc [file] [log] [blame]
{
"name": "ReflectedStringConvertible",
"version": "1.0.1",
"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.0.1"
},
"source_files": "ReflectedStringConvertible/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}