stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do I need a license to use the SQLCipher pod?

dm20 opened this issue · comments

Do I need a license when I include the SQLite.swift/SQLCipher pod as shown in the docs?

I have been told SQLCipher is not free and that it requires a license.

Build Information

  • SQLite.swift version 0.14.1
  • SQLite.swift/SQLCipher 4.5.4
  • How do do you integrate SQLite.swift in your project?
    • Cocoapods

You don't need a license for the community edition (which is the one mentioned in the docs)

SQLCipher Community Edition can be used it in both open source and closed source commercial software, but you must include our BSD-style license and copyright statements prominently in the application and documentation.

https://www.zetetic.net/sqlcipher/open-source/