Skip to content

Commit 6b4cb81

Browse files
committed
Mention swift-2.3 branch in documentation
1 parent db8f39b commit 6b4cb81

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SQLite.swift
1+
# SQLite.swift
22

33
[![Build Status][Badge]][Travis] [![CocoaPods Version](https://cocoapod-badges.herokuapp.com/v/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Swift](https://img.shields.io/badge/swift-3-orange.svg?style=flat)](https://developer.apple.com/swift/) [![Platform](https://cocoapod-badges.herokuapp.com/p/SQLite.swift/badge.png)](http://cocoadocs.org/docsets/SQLite.swift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Join the chat at https://gitter.im/stephencelis/SQLite.swift](https://badges.gitter.im/stephencelis/SQLite.swift.svg)](https://gitter.im/stephencelis/SQLite.swift)
44

@@ -109,7 +109,9 @@ For a more comprehensive example, see [this article](http://masteringswift.blogs
109109

110110
## Installation
111111

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.
113115
>
114116
> The following instructions apply to targets that support embedded
115117
> 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:
199201
- Found a **bug** or have a **feature request**? [Open an issue][].
200202
- Want to **contribute**? [Submit a pull request][].
201203
202-
[See the planning document]: /Documentation/Planning.md
204+
[See the planning document]: /Documentation/Planning.md
203205
[Read the contributing guidelines]: ./CONTRIBUTING.md#contributing
204206
[Ask on Stack Overflow]: http://stackoverflow.com/questions/tagged/sqlite.swift
205207
[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][]):
237239
- [SwiftSQLite](https://github.com/chrismsimpson/SwiftSQLite)
238240
239241
[FMDB]: https://github.com/ccgus/fmdb
242+
[swift-2.3]: https://github.com/stephencelis/SQLite.swift/tree/swift-2.3

0 commit comments

Comments
 (0)