[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / 6 / 3 / AeroGearSync / 0.2.0 / AeroGearSync.podspec.json
blob3d58f663c71a754f339429e7a27d48818e9f0350
2   "name": "AeroGearSync",
3   "version": "0.2.0",
4   "summary": "An iOS Sync Engine 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.git",
10     "tag": "0.2.0"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": "true",
16   "default_subspecs": "JSONPatch",
17   "deprecated_in_favor_of": "AeroGearSyncJsonPatch",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "AeroGearSync/*.{h,swift}"
22     },
23     {
24       "name": "DiffMatchPatch",
25       "source_files": "AeroGearSync-DiffMatchPatch/*.{h,swift}",
26       "dependencies": {
27         "AeroGearSync/Core": [
29         ],
30         "DiffMatchPatch": [
31           "0.1.2"
32         ]
33       }
34     },
35     {
36       "name": "JSONPatch",
37       "source_files": "AeroGearSync-JSONPatch/*.{h,swift}",
38       "dependencies": {
39         "AeroGearSync/Core": [
41         ],
42         "JSONTools": [
43           "1.0.5"
44         ]
45       }
46     }
47   ]