We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea2990 commit db48bb0Copy full SHA for db48bb0
Documentation/Index.md
@@ -170,6 +170,8 @@ If you want to use [SQLCipher][] with SQLite.swift you can require the
170
171
```ruby
172
target 'YourAppTargetName' do
173
+ # Make sure you only require the subspec, otherwise you app might link against
174
+ # the system SQLite, which means the SQLCipher-specific methods won't work.
175
pod 'SQLite.swift/SQLCipher', '~> 0.13.0'
176
end
177
```
0 commit comments