File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ install SQLite.swift with Carthage:
78
78
2 . Update your Cartfile to include the following:
79
79
80
80
```
81
- "stephencelis/SQLite.swift" ~> 0.9.2
81
+ "stephencelis/SQLite.swift" ~> 0.10.0
82
82
```
83
83
84
84
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -106,7 +106,7 @@ install SQLite.swift with Carthage:
106
106
``` ruby
107
107
use_frameworks!
108
108
109
- pod 'SQLite.swift', '~> 0.9.2 '
109
+ pod 'SQLite.swift', '~> 0.10.0 '
110
110
```
111
111
112
112
3. Run `pod install`.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ install SQLite.swift with Carthage:
127
127
2 . Update your Cartfile to include the following:
128
128
129
129
```
130
- "stephencelis/SQLite.swift" ~> 0.9.2
130
+ "stephencelis/SQLite.swift" ~> 0.10.0
131
131
```
132
132
133
133
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -157,7 +157,7 @@ SQLite.swift with CocoaPods:
157
157
``` ruby
158
158
use_frameworks!
159
159
160
- pod 'SQLite.swift', '~> 0.9.2 '
160
+ pod 'SQLite.swift', '~> 0.10.0 '
161
161
```
162
162
163
163
3. Run `pod install`.
Original file line number Diff line number Diff line change 5
5
6
6
Pod ::Spec . new do |s |
7
7
s . name = "SQLite.swift"
8
- s . version = "0.9.2 "
8
+ s . version = "0.10.0 "
9
9
s . summary = "A type-safe, Swift-language layer over SQLite3 for iOS and OS X."
10
10
11
11
s . description = <<-DESC
Original file line number Diff line number Diff line change 1211
1211
A121AC4B1CA35C79005A31D1 /* Release */,
1212
1212
);
1213
1213
defaultConfigurationIsVisible = 0;
1214
+ defaultConfigurationName = Release;
1214
1215
};
1215
1216
EE247ACD1C3F04ED00AE3E12 /* Build configuration list for PBXProject "SQLite" */ = {
1216
1217
isa = XCConfigurationList;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.9.2 </string >
18
+ <string >0.10.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments