blob: 3d58f663c71a754f339429e7a27d48818e9f0350 [file] [log] [blame]
{
"name": "AeroGearSync",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"default_subspecs": "JSONPatch",
"deprecated_in_favor_of": "AeroGearSyncJsonPatch",
"subspecs": [
{
"name": "Core",
"source_files": "AeroGearSync/*.{h,swift}"
},
{
"name": "DiffMatchPatch",
"source_files": "AeroGearSync-DiffMatchPatch/*.{h,swift}",
"dependencies": {
"AeroGearSync/Core": [
],
"DiffMatchPatch": [
"0.1.2"
]
}
},
{
"name": "JSONPatch",
"source_files": "AeroGearSync-JSONPatch/*.{h,swift}",
"dependencies": {
"AeroGearSync/Core": [
],
"JSONTools": [
"1.0.5"
]
}
}
]
}