DBClient Requirements Xcode 8 Swift 3 iOS 9+ Installation Cocoapods There're 3 podspecs: Core, common classes for any database: pod 'DBClient', '~> 1.0' Wrapper for CoreData: pod 'DBClient/CoreData', '~> 1.0' Wrapper for Realm: pod 'DBClient/Realm', '~> 1.0' ⚠️ It's not ready yet (there're problems with deletion and observation)