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