[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 3 / c / 2 / AeroGearSyncClient / 1.0.0-alpha.1 / AeroGearSyncClient.podspec.json
blobe189a8e951f425d071fd21717aa849148b9a40f9
2   "name": "AeroGearSyncClient",
3   "version": "1.0.0-alpha.1",
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": "1.0.0-alpha.1"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": "true",
16   "source_files": "AeroGearSyncClient/*.{h,swift}",
17   "dependencies": {
18     "AeroGearSync/Core": [
19       "1.0.0-alpha.1"
20     ],
21     "Starscream": [
22       "0.9.1"
23     ]
24   },
25   "deprecated_in_favor_of": "AeroGearSyncClientJsonPatch"