|
1 |
| -# SQLite.swift |
| 1 | +# SQLite.swift |
2 | 2 |
|
3 | 3 | [![Build Status][Badge]][Travis] [](http://cocoadocs.org/docsets/SQLite.swift) [](https://developer.apple.com/swift/) [](http://cocoadocs.org/docsets/SQLite.swift) [](https://github.com/Carthage/Carthage) [](https://gitter.im/stephencelis/SQLite.swift)
|
4 | 4 |
|
@@ -109,7 +109,9 @@ For a more comprehensive example, see [this article](http://masteringswift.blogs
|
109 | 109 |
|
110 | 110 | ## Installation
|
111 | 111 |
|
112 |
| -> _Note:_ SQLite.swift requires Swift 3 (and [Xcode][] 8) or greater. |
| 112 | +> _Note:_ SQLite.swift requires Swift 3 (and [Xcode][] 8) or greater. If you absolutely |
| 113 | +> need compatibility with Swift 2.3 you can use the [swift-2.3][] branch or older |
| 114 | +> released versions. New development will happen exclusively on the master/Swift 3 branch. |
113 | 115 | >
|
114 | 116 | > The following instructions apply to targets that support embedded
|
115 | 117 | > Swift frameworks. To use SQLite.swift in iOS 7 or an OS X command line
|
@@ -199,7 +201,7 @@ To install SQLite.swift as an Xcode sub-project:
|
199 | 201 | - Found a **bug** or have a **feature request**? [Open an issue][].
|
200 | 202 | - Want to **contribute**? [Submit a pull request][].
|
201 | 203 |
|
202 |
| -[See the planning document]: /Documentation/Planning.md |
| 204 | +[See the planning document]: /Documentation/Planning.md |
203 | 205 | [Read the contributing guidelines]: ./CONTRIBUTING.md#contributing
|
204 | 206 | [Ask on Stack Overflow]: http://stackoverflow.com/questions/tagged/sqlite.swift
|
205 | 207 | [Open an issue]: https://github.com/stephencelis/SQLite.swift/issues/new
|
@@ -237,3 +239,4 @@ Looking for something else? Try another Swift wrapper (or [FMDB][]):
|
237 | 239 | - [SwiftSQLite](https://github.com/chrismsimpson/SwiftSQLite)
|
238 | 240 |
|
239 | 241 | [FMDB]: https://github.com/ccgus/fmdb
|
| 242 | +[swift-2.3]: https://github.com/stephencelis/SQLite.swift/tree/swift-2.3 |
0 commit comments