blob: f0fa8508904ebf1c8252300868dda5e3f49cab26 [file] [log] [blame]
{
"name": "AeroGearSyncClient",
"version": "1.0.0-alpha.2",
"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": "1.0.0-alpha.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "AeroGearSyncClient/*.{h,swift}",
"dependencies": {
"AeroGearSync/Core": [
"1.0.0-alpha.2"
],
"Starscream": [
"0.9.3"
]
},
"deprecated_in_favor_of": "AeroGearSyncClientJsonPatch"
}