Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 323 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 323 Bytes

DBClient

Requirements

  • Xcode 8
  • Swift 3
  • iOS 9+

Installation

Cocoapods

There're 3 podspecs:

Core, common classes for any database:

pod 'DBClient', '~> 0.3'

Wrapper for CoreData:

pod 'DBClient/CoreData', '~> 0.3'

Wrapper for Realm:

pod 'DBClient/Realm', '~> 0.3'