blob: 11dc28cc5d0926a7ee39d79819fb15adc0652a65 [file] [log] [blame]
{
"name": "AeroGearSyncClientJsonPatch",
"version": "1.0.0-alpha.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "AeroGearSyncClientJsonPatch/SyncClientJsonPatch.swift",
"dependencies": {
"AeroGearSyncJsonPatch": [
"1.0.0-alpha.4"
],
"Starscream": [
"1.1.4"
]
}
}