You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQLite.swift
2
2
3
-
[![Build Status][TravisBadge]][TravisLink][![CocoaPods Version][CocoaPodsVersionBadge]][CocoaPodsVersionLink][![Swift4 compatible][Swift4Badge]][Swift4Link][![Platform][PlatformBadge]][PlatformLink][![Carthage compatible][CartagheBadge]][CarthageLink][![Join the chat at https://gitter.im/stephencelis/SQLite.swift][GitterBadge]][GitterLink]
3
+
[![Build Status][TravisBadge]][TravisLink][![CocoaPods Version][CocoaPodsVersionBadge]][CocoaPodsVersionLink][![Swift5 compatible][Swift5Badge]][Swift5Link][![Platform][PlatformBadge]][PlatformLink][![Carthage compatible][CartagheBadge]][CarthageLink][![Join the chat at https://gitter.im/stephencelis/SQLite.swift][GitterBadge]][GitterLink]
4
4
5
5
A type-safe, [Swift][]-language layer over [SQLite3][].
6
6
@@ -112,7 +112,7 @@ and the [companion repository][SQLiteDataAccessLayer2].
112
112
113
113
## Installation
114
114
115
-
> _Note:_SQLite.swift requires Swift 4.2 (and [Xcode][] 10.2).
115
+
> _Note:_Version 0.12 requires Swift 5 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.2) or greater. Version 0.11.6 requires Swift 4.2 (and [Xcode](https://developer.apple.com/xcode/downloads/) 10.1) or greater.
116
116
117
117
### Carthage
118
118
@@ -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.6
127
+
github "stephencelis/SQLite.swift"~>0.12
128
128
```
129
129
130
130
3. Run`carthage update`and
@@ -142,7 +142,7 @@ install SQLite.swift with Carthage:
142
142
SQLite.swift with CocoaPods:
143
143
144
144
1. Make sure CocoaPods is [installed][CocoaPodsInstallation]. (SQLite.swift
145
-
requires version 1.0.0or greater.)
145
+
requires version 1.6.1or greater.)
146
146
147
147
```sh
148
148
# Using the default Ruby install will require you to use sudo when
0 commit comments