blob: 75d0e20b62abdcf4f44f40dd168479382cf04389 [file] [log] [blame]
{
"name": "DiffMatchPatch",
"version": "0.2.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/aerogear/aerogear-ios-diffmatchpatch.git",
"tag": "0.2.0"
},
"source_files": "*.{h,m,c}",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true
}