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 59fd5e7 commit f32a43cCopy full SHA for f32a43c
Documentation/Index.md
@@ -108,7 +108,9 @@ install SQLite.swift with Carthage:
108
``` ruby
109
use_frameworks!
110
111
- pod 'SQLite.swift', '~> 0.11.1'
+ target 'YourAppTargetName' do
112
+ pod 'SQLite.swift', '~> 0.11.1'
113
+ end
114
```
115
116
4. Run `pod install --repo-update`.
README.md
@@ -160,7 +160,9 @@ SQLite.swift with CocoaPods:
160
161
162
163
164
165
166
167
168
0 commit comments