[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 6 / 0 / DiffMatchPatch-ObjC / 1.0.0 / DiffMatchPatch-ObjC.podspec.json
blob3042c98e3610d0223bb54f007c6d21d78888e4e6
2   "name": "DiffMatchPatch-ObjC",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "DiffMatchPatch-ObjC is a small library for diffing text.",
6   "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",
7   "homepage": "https://github.com/inquisitiveSoft/DiffMatchPatch-ObjC",
8   "authors": {
9     "Harry Jordan": "harry@inquisitivesoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/inquisitiveSoft/DiffMatchPatch-ObjC.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "Source/**/*.{h,m}",
16   "requires_arc": true