blob: 66465366d160cd19ac2c72770d02bfc8d7b5ba2d [file] [log] [blame]
{
"name": "MirrorDiffKit",
"version": "5.0.1",
"summary": "Structual diff between any struct/class for efficient testing",
"description": "Structual diff between any struct/class for efficient testing.",
"homepage": "https://github.com/Kuniwak/MirrorDiffKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kuniwak": "orga.chem.job+github@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Kuniwak/MirrorDiffKit.git",
"tag": "5.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}