[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 2 / AeroGearSyncClient / 0.2.0 / AeroGearSyncClient.podspec.json
blob7f4fa16a8eed9258ce221e5760dc83bb1d1a2004
2   "name": "AeroGearSyncClient",
3   "version": "0.2.0",
4   "summary": "An iOS Sync Client for AeroGear Differential Synchronization",
5   "homepage": "https://github.com/aerogear/aerogear-sync-server",
6   "license": "Apache License, Version 2.0",
7   "authors": "Red Hat, Inc.",
8   "source": {
9     "git": "https://github.com/aerogear/aerogear-ios-sync-client.git",
10     "tag": "0.2.0"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": "true",
16   "source_files": "AeroGearSyncClient/*.{h,swift}",
17   "dependencies": {
18     "AeroGearSync/Core": [
19       "0.2.0"
20     ],
21     "Starscream": [
22       "0.9.3"
23     ]
24   },
25   "deprecated_in_favor_of": "AeroGearSyncClientJsonPatch"