[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.8.0 / SyncKit.podspec.json
blob056aef29405e45923b740b2d23db01d3705fbb66
2   "name": "SyncKit",
3   "version": "0.8.0",
4   "summary": "CloudKit synchronization for your Core Data or Realm model.",
5   "description": "SyncKit automates the process of synchronizing your Core Data/Realm models using CloudKit. It can easily be plugged into (and removed from) your existing stack.",
6   "homepage": "https://github.com/mentrena/SyncKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Manuel Entrena": "manuel@mentrena.com"
13   },
14   "source": {
15     "git": "https://github.com/mentrena/SyncKit.git",
16     "tag": "0.8.0"
17   },
18   "swift_versions": "5.0",
19   "module_name": "SyncKit",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "watchos": "3.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "SyncKit/Classes/QSSynchronizer/*.swift",
31         "SyncKit/Classes/QSSynchronizer/Operations/*.swift"
32       ],
33       "frameworks": "CloudKit"
34     },
35     {
36       "name": "CoreData",
37       "dependencies": {
38         "SyncKit/Core": [
40         ]
41       },
42       "source_files": "SyncKit/Classes/CoreData/*.swift",
43       "preserve_paths": "SyncKit/Classes/CoreData/*.xcdatamodeld",
44       "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
45       "frameworks": "CoreData"
46     },
47     {
48       "name": "Realm",
49       "dependencies": {
50         "SyncKit/Core": [
52         ],
53         "Realm": [
54           "~> 10.1.0"
55         ]
56       },
57       "source_files": "SyncKit/Classes/Realm/*.swift"
58     },
59     {
60       "name": "RealmSwift",
61       "dependencies": {
62         "SyncKit/Core": [
64         ],
65         "RealmSwift": [
66           "~> 10.1.0"
67         ]
68       },
69       "source_files": "SyncKit/Classes/RealmSwift/*.swift"
70     }
71   ],
72   "swift_version": "5.0"