[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.7.4 / SyncKit.podspec.json
blob1934d3c96174d2304655554bf4b8110644ad7b54
2   "name": "SyncKit",
3   "version": "0.7.4",
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.7.4"
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   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "SyncKit/Classes/QSSynchronizer/*.swift",
32         "SyncKit/Classes/QSSynchronizer/Operations/*.swift"
33       ],
34       "frameworks": "CloudKit"
35     },
36     {
37       "name": "CoreData",
38       "dependencies": {
39         "SyncKit/Core": [
41         ]
42       },
43       "source_files": "SyncKit/Classes/CoreData/*.swift",
44       "preserve_paths": "SyncKit/Classes/CoreData/*.xcdatamodeld",
45       "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
46       "frameworks": "CoreData"
47     },
48     {
49       "name": "Realm",
50       "dependencies": {
51         "SyncKit/Core": [
53         ],
54         "Realm": [
55           "~> 3.0"
56         ]
57       },
58       "source_files": "SyncKit/Classes/Realm/*.swift"
59     },
60     {
61       "name": "RealmSwift",
62       "dependencies": {
63         "SyncKit/Core": [
65         ],
66         "RealmSwift": [
67           "~> 3.0"
68         ]
69       },
70       "source_files": "SyncKit/Classes/RealmSwift/*.swift"
71     }
72   ]