blob: 3042c98e3610d0223bb54f007c6d21d78888e4e6 [file] [log] [blame]
{
"name": "DiffMatchPatch-ObjC",
"version": "1.0.0",
"license": "MIT",
"summary": "DiffMatchPatch-ObjC is a small library for diffing text.",
"description": " This is an Objective-C port (with a C interface) of the [Diff, Match and Patch](http://code.google.com/p/google-diff-match-patch/) library.\n It's a rather enthusiastic refactoring of Jan Weiß's <https://github.com/JanX2/google-diff-match-patch-Objective-C>.\n",
"homepage": "https://github.com/inquisitiveSoft/DiffMatchPatch-ObjC",
"authors": {
"Harry Jordan": "harry@inquisitivesoftware.com"
},
"source": {
"git": "https://github.com/inquisitiveSoft/DiffMatchPatch-ObjC.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}