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