blob: d94e9a1e61d4a1e2648bb4d54ead248d97cb43c3 [file] [log] [blame]
{
"name": "AeroGearSyncClientJsonPatch",
"version": "1.0.0-alpha.3",
"summary": "An iOS Sync Client for AeroGear Differential Synchronization",
"description": "AeroGearSyncClient is using the synchronisation engine based on Google Diff Match Patch algorithm.\nThis Client is based on WebSocket implementation.",
"homepage": "https://github.com/aerogear/aerogear-sync-server",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-sync-client.git",
"tag": "1.0.0-alpha.3"
},
"platforms": {
"ios": 8.0
},
"requires_arc": "true",
"source_files": "AeroGearSyncClient/SyncClientJsonPatch.swift",
"dependencies": {
"AeroGearSyncJsonPatch": [
"1.0.0-alpha.3"
],
"Starscream": [
]
}
}