[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.6.5 / SyncKit.podspec.json
bloba3540ee85b23072b693b1c16caf65b18b5bf11f7
2   "name": "SyncKit",
3   "version": "0.6.5",
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.6.5"
17   },
18   "swift_version": "4.2",
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       "public_header_files": "SyncKit/Classes/QSSynchronizer/*.h",
30       "source_files": [
31         "SyncKit/Classes/QSSynchronizer/*.{h,m,swift}",
32         "SyncKit/Classes/QSSynchronizer/Operations/*.swift"
33       ],
34       "frameworks": "CloudKit"
35     },
36     {
37       "name": "CoreData",
38       "dependencies": {
39         "SyncKit/Core": [
41         ]
42       },
43       "public_header_files": "SyncKit/Classes/CoreData/*.h",
44       "source_files": "SyncKit/Classes/CoreData/*.{h,m,swift}",
45       "preserve_paths": "SyncKit/Classes/CoreData/*.xcdatamodeld",
46       "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
47       "frameworks": "CoreData"
48     },
49     {
50       "name": "Realm",
51       "dependencies": {
52         "SyncKit/Core": [
54         ],
55         "Realm": [
56           "~> 3.0"
57         ]
58       },
59       "public_header_files": "SyncKit/Classes/Realm/*.h",
60       "source_files": "SyncKit/Classes/Realm/*.{h,m,swift}"
61     },
62     {
63       "name": "RealmSwift",
64       "dependencies": {
65         "SyncKit/Core": [
67         ],
68         "RealmSwift": [
69           "~> 3.0"
70         ]
71       },
72       "source_files": "SyncKit/Classes/RealmSwift/*.swift"
73     }
74   ]