Skip to content

Install SwiftFFDB

Fidetro edited this page Feb 13, 2018 · 2 revisions

Requirements

iOS

  • Build Swift4.0 releases toolchain
  • Deployment on iOS 8 or above
  • depend FMDB

Installing

CocoaPod

To integrate SwiftFFDB into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '8.0'
target 'YouApp' do
use_frameworks!
pod 'SwiftFFDB'
end

Then, run the following command:

$ pod install
Clone this wiki locally