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",
12 "Manuel Entrena": "manuel@mentrena.com"
15 "git": "https://github.com/mentrena/SyncKit.git",
23 "default_subspecs": "Core",
24 "pushed_with_swift_version": "3.0",
28 "public_header_files": "SyncKit/Classes/QSSynchronizer/*.h",
29 "source_files": "SyncKit/Classes/QSSynchronizer/*.{h,m}",
30 "frameworks": "CloudKit"
39 "public_header_files": "SyncKit/Classes/CoreData/*.h",
40 "source_files": "SyncKit/Classes/CoreData/*.{h,m}",
41 "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
42 "frameworks": "CoreData"
54 "public_header_files": "SyncKit/Classes/Realm/*.h",
55 "source_files": "SyncKit/Classes/Realm/*.{h,m}"
67 "source_files": "SyncKit/Classes/RealmSwift/*.swift"