| { |
| "name": "Turnstile", |
| "version": "0.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.\n", |
| "homepage": "https://github.com/ctarda/Turnstile", |
| "license": "MIT", |
| "authors": { |
| "Cesar Tardaguila": "cesar@ctarda.com" |
| }, |
| "source": { |
| "git": "https://github.com/ctarda/Turnstile.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/ctarda", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "Turnstile": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |