blob: 7f4fa16a8eed9258ce221e5760dc83bb1d1a2004 [file] [log] [blame]
{
"name": "AeroGearSyncClient",
"version": "0.2.0",
"summary": "An iOS Sync Client for AeroGear Differential Synchronization",
"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": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "AeroGearSyncClient/*.{h,swift}",
"dependencies": {
"AeroGearSync/Core": [
"0.2.0"
],
"Starscream": [
"0.9.3"
]
},
"deprecated_in_favor_of": "AeroGearSyncClientJsonPatch"
}