Turnstile 1.1.3

Turnstile 1.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2016
SPMSupports SPM

Maintained by Cesar Tardaguila.



Turnstile 1.1.3

Turnstile

Turnstile is a lightweight implementation of a Finite State Machine in Swift.

Turnstile is inspired by some of the existing open source implementations of State Machines in Swift, in particular:

Turnstile aims to be simple to use, while maintaning a clean API.

Turnstile builds as a framework, and therefore needs iOS 8.

Turnstile has been migrated to Swift 2, and therefore it requires Xcode 7.

Installation

If you want to install Turnstile manually just include all the Swift files in Sources/Turnstile in your project.

Turnstile is available through CocoaPods. To install it, simply add the following line to your Podfile:

use frameworks!
pod 'Turnstile'

If you use Carthage, add to your Cartfile:

github "ctarda/Turnstile"

If you use the Swift Package Manager, add it to the dependencies of your Package.swift file:

import PackageDescription

let package = Package(
    //
    dependencies: [
        //
        .Package(url: "https://github.com/ctarda/Turnstile.git", majorVersion: 1, minor: 1)
    ]
)

Usage

The project includes a sample app.

Author

Cesar Tardaguila, https://twitter.com/ctarda

License

Turnstile is available under the MIT license. See the LICENSE file for more info.