Skip to content

feixue299/FXDatabase

Repository files navigation

FXDatabase

Installation

CocoaPods

For FXListKit, use the following entry in your Podfile:

pod 'FXDatabase', '~> 0.1.3'

Then run pod install.

Create a Package.swift file.

let package = Package(
    dependencies: [
        .package(url: "https://github.com/feixue299/FXDatabase.git", from: "0.1.3")
    ],
    // ...
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published