blob: 59950a7edb18fab32e9e5e101749c525a14f1021 [file] [log] [blame]
{
"name": "DiffMatchPatch",
"version": "0.1.0",
"summary": "The Google Diff Match and Patch lib with updates to work with Swift projects",
"homepage": "http://code.google.com/p/google-diff-match-patch",
"license": {
"type": "Apache License, Version 2.0",
"file": "COPYING"
},
"authors": {
"Neil Fraser": "fraser@google.com",
"Jan Weiss": "jan@geheimwerk.de"
},
"source": {
"git": "https://github.com/danbev/diffmatchpatch-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.{h,m,c}",
"requires_arc": false
}