[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / b / AeroGearSyncClientJsonPatch / 1.0.0-alpha.4 / AeroGearSyncClientJsonPatch.podspec.json
blob11dc28cc5d0926a7ee39d79819fb15adc0652a65
2   "name": "AeroGearSyncClientJsonPatch",
3   "version": "1.0.0-alpha.4",
4   "summary": "An iOS Sync Client for AeroGear Differential Synchronization",
5   "description": "AeroGearSyncClient is using the synchronisation engine based on Google Diff Match Patch algorithm.\nThis Client is based on WebSocket implementation.",
6   "homepage": "https://github.com/aerogear/aerogear-sync-server",
7   "license": "Apache License, Version 2.0",
8   "authors": "Red Hat, Inc.",
9   "source": {
10     "git": "https://github.com/aerogear/aerogear-ios-sync-client.git",
11     "tag": "1.0.0-alpha.4"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": "true",
17   "source_files": "AeroGearSyncClientJsonPatch/SyncClientJsonPatch.swift",
18   "dependencies": {
19     "AeroGearSyncJsonPatch": [
20       "1.0.0-alpha.4"
21     ],
22     "Starscream": [
23       "1.1.4"
24     ]
25   }