blob: 420a607cc3d8e69dbdda80a3ead274fcfc8777e3 [file] [log] [blame]
{
"name": "AeroGearSync",
"version": "0.1.0",
"summary": "An iOS Sync Engine 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.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AeroGearSync/*.{h,swift}",
"dependencies": {
"DiffMatchPatch": [
"0.1.2"
]
},
"requires_arc": "true",
"deprecated_in_favor_of": "AeroGearSyncJsonPatch"
}