Skip to content

The repository for the sqlite3 podspec used in CocoaPods.

License

Notifications You must be signed in to change notification settings

Kudo/sqlite3pod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%