File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ install SQLite.swift with Carthage:
124
124
2 . Update your Cartfile to include the following:
125
125
126
126
``` ruby
127
- github " stephencelis/SQLite.swift" ~ > 0.11 .4
127
+ github " stephencelis/SQLite.swift" ~ > 0.11 .5
128
128
```
129
129
130
130
3 . Run ` carthage update` and
@@ -156,7 +156,7 @@ SQLite.swift with CocoaPods:
156
156
use_frameworks!
157
157
158
158
target 'YourAppTargetName' do
159
- pod 'SQLite.swift', '~> 0.11.4 '
159
+ pod 'SQLite.swift', '~> 0.11.5 '
160
160
end
161
161
` ` `
162
162
@@ -174,7 +174,7 @@ Swift code.
174
174
175
175
` ` ` swift
176
176
dependencies: [
177
- .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.11.4 ")
177
+ .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.11.5 ")
178
178
]
179
179
` ` `
180
180
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SQLite.swift"
3
- s . version = "0.11.4 "
3
+ s . version = "0.11.5 "
4
4
s . summary = "A type-safe, Swift-language layer over SQLite3 for iOS and OS X."
5
5
6
6
s . description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
s . watchos . deployment_target = "2.2"
22
22
s . default_subspec = 'standard'
23
23
s . pod_target_xcconfig = {
24
- 'SWIFT_VERSION' => '4.0 ' ,
24
+ 'SWIFT_VERSION' => '4.1 ' ,
25
25
}
26
26
27
27
s . subspec 'standard' do |ss |
You can’t perform that action at this time.
0 commit comments