blob: 5d82b51fe0d26788d810f3bfec860097ff2e9f57 [file] [log] [blame]
{
"name": "AeroGearSyncClient",
"version": "0.1.0",
"summary": "An iOS Sync Client for AeroGear Differential Synchronization",
"homepage": "https://github.com/aerogear/aerogear-sync-server",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENCE.txt"
},
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-sync-client.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "AeroGearSyncClient/*.{h,swift}",
"dependencies": {
"AeroGearSync": [
"0.1.0"
],
"Starscream": [
"0.9.1"
],
"SwiftyJSON": [
"2.1.3"
]
},
"deprecated_in_favor_of": "AeroGearSyncClientJsonPatch"
}