blob: db2bcf7fbe7389f360926ef5f7fc7bfe5b8665b6 [file] [log] [blame]
{
"name": "ReflectedStringConvertible",
"version": "1.0.0",
"summary": "A protocol that extends `CustomStringConvertible` to add a detailed textual representation to any class.",
"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.0"
},
"source_files": "ReflectedStringConvertible/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}