blob: 17739275fcd26f5c8925ce9aff8af4acfd7cc306 [file] [log] [blame]
{
"name": "ColorDiffy",
"version": "1.0.0",
"swift_version": "4.0",
"summary": "ColorDiffy highlights the differences between two String, colorizing them.",
"description": "ColorDiffy consists in a single, simple method which is useful to colorize differences between two String, using different kind of options like: byWord, bySetence, byLines, etc. You can also pick your preferred color !",
"homepage": "https://github.com/alex010x/ColorDiffy/",
"license": "MIT",
"authors": {
"Alessandro Minopoli": "minopolialessandro07@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/alex010x/ColorDiffy.git",
"tag": "1.0.0"
},
"source_files": [
"ColorDiffy",
"ColorDiffy/**/*.{h,m}"
],
"exclude_files": "ColorDiffy/Exclude"
}