blob: cd0001e8f4b95205f19b2726c4451018a48f93d4 [file] [log] [blame]
{
"name": "AeroGearSync",
"version": "1.0.0-alpha.1",
"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": "1.0.0-alpha.1"
},
"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"
]
}
}
]
}