File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ install SQLite.swift with Carthage:
96
96
[CocoaPods ][] is a dependency manager for Cocoa projects. To install SQLite .swift with CocoaPods:
97
97
98
98
1 . Make sure CocoaPods is [installed][CocoaPods Installation ] (SQLite .swift
99
- requires version 1.0 . 0 or greater).
99
+ requires version 1.6 . 1 or greater).
100
100
101
101
` ` ` sh
102
102
# Using the default Ruby install will require you to use sudo when
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
9
9
. target( name: " SQLiteObjc " ) ,
10
10
. testTarget( name: " SQLiteTests " , dependencies: [ " SQLite " ] , path: " Tests/SQLiteTests " )
11
11
] ,
12
- swiftLanguageVersions: [ 4 ]
12
+ swiftLanguageVersions: [ 5 ]
13
13
)
14
14
15
15
#if os(Linux)
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ and the [companion repository][SQLiteDataAccessLayer2].
112
112
113
113
## Installation
114
114
115
- > _ Note:_ SQLite.swift requires Swift 5 (and [ Xcode] [ ] 10.2).
115
+ > _ Note:_ Version 0.12 requires Swift 5 (and [ Xcode] [ ] 10.2). \nVersion 0.11.6 requires Swift 4.2 (and [ Xcode ] [ ] 10.1 ).
116
116
117
117
### Carthage
118
118
@@ -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][CocoaPods Installation ]. (SQLite .swift
145
- requires version 1.0 . 0 or greater.)
145
+ requires version 1.6 . 1 or greater.)
146
146
147
147
` ` ` sh
148
148
# Using the default Ruby install will require you to use sudo when
@@ -285,8 +285,8 @@ Looking for something else? Try another Swift wrapper (or [FMDB][]):
285
285
[GitterBadge ]: https: // badges.gitter.im/ stephencelis/ SQLite .swift.svg
286
286
[GitterLink ]: https: // gitter.im/ stephencelis/ SQLite .swift
287
287
288
- [Swift4Badge ]: https: // img.shields.io/ badge/ swift- 5 - orange.svg?style= flat
289
- [Swift4Link ]: https: // developer.apple.com/ swift/
288
+ [Swift5Badge ]: https: // img.shields.io/ badge/ swift- 5 - orange.svg?style= flat
289
+ [Swift5Link ]: https: // developer.apple.com/ swift/
290
290
291
291
[SQLiteMigrationManager .swift]: https: // github.com/ garriguv/ SQLiteMigrationManager .swift
292
292
[FMDB ]: https: // github.com/ ccgus/ fmdb
You can’t perform that action at this time.
0 commit comments