sfmDeveloper / DBClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About


Languages

Language:Swift 98.5%Language:Ruby 1.5%