blob: a0903be94067640e4ccfc0c5bf7c2bbedd8ca7bd [file] [log] [blame]
{
"name": "AeroGearSyncDiffMatchPatch",
"version": "1.0.0-alpha.3",
"summary": "An iOS Sync Engine for AeroGear Differential Synchronization",
"description": "AeroGearSync is the synchronisation engine based on Google Diff Match Patch algorithm. \nTo use the sync engine, you work with its sync client. \nAeroGearSyncJsonPatch implements the protocol using Json Patch protocol rfc6902 and the Json merge rfc7386.\nAeroGearSyncDiffMatchPatch implement the Google Diff Match Patch algorithm not based on Json format. You can work using plain string and no structured model (plain text will fit).",
"homepage": "https://github.com/aerogear/aerogear-ios-sync",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-sync.git",
"tag": "1.0.0-alpha.3"
},
"platforms": {
"ios": 8.0
},
"source_files": [
"AeroGearSync/*.{swift}",
"AeroGearSync-DiffMatchPatch/*.{swift}"
],
"requires_arc": true,
"dependencies": {
"DiffMatchPatch": [
"0.1.2"
]
}
}