blob: 4edddce7a99887b03a55ea83f740f872219280c2 [file] [log] [blame]
{
"name": "Turnstile",
"version": "1.1.0",
"summary": "Turnstile is a lightweight implementation of a Finite State Machine in Swift.",
"description": "Turnstile is a lightweight implementation of a [Finite State Machine](http://en.wikipedia.org/wiki/Finite-state_machine) in Swift.\n\nTurnstile is inspired by some of the existing open source implementations of State Machines in Swift, in particular:\n* [Transporter](https://github.com/DenHeadless/Transporter)\n* [SwiftyStateMachine](https://github.com/macoscope/SwiftyStateMachine)\n\nTurnstile aims to be simple to use, while maintaning a clean API.\n\nTurnstile builds as a framework, and therefore needs iOS 8.",
"homepage": "https://github.com/ctarda/Turnstile",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Cesar Tardaguila",
"source": {
"git": "https://github.com/ctarda/Turnstile.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/ctarda",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Sources/Turnstile/**/*.{swift,h}"
}