clemensg / sqlite3pod

The repository for the sqlite3 podspec used in CocoaPods.

Home Page:https://www.sqlite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3pod

The repository for the sqlite3 podspec in CocoaPods.

Please refer to the SQLite project if you encounter any problems related to SQLite itself: https://sqlite.org/support.html

Changelog: https://www.sqlite.org/news.html

Pull requests to improve this podspec are welcome.

Usage

To use SQLite in your project, add pod 'sqlite3' to your Podfile. However, as clang reports many (mostly harmless) warnings, which need to be fixed upstream, you probably want to use pod 'sqlite3', inhibit_warnings: true. You do not have to add it to every subspec you use (e.g. pod 'sqlite3/fts'), adding the parameter to the main pod is sufficient.

Subspecs

License

This podspec is licensed under the MIT License.

All of the code and documentation in SQLite itself has been dedicated to the public domain by the authors: https://www.sqlite.org/copyright.html

About

The repository for the sqlite3 podspec used in CocoaPods.

https://www.sqlite.org

License:MIT License


Languages

Language:Ruby 100.0%