[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 3 / 7 / Turnstile / 1.1.2 / Turnstile.podspec.json
blob64a08d3971389c871fb1aeed248bbbe7c16b2421
2   "name": "Turnstile",
3   "version": "1.1.2",
4   "summary": "Turnstile is a lightweight implementation of a Finite State Machine in Swift.",
5   "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.",
6   "homepage": "https://github.com/ctarda/Turnstile",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Cesar Tardaguila",
12   "source": {
13     "git": "https://github.com/ctarda/Turnstile.git",
14     "tag": "1.1.2"
15   },
16   "social_media_url": "https://twitter.com/ctarda",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/Turnstile/**/*.{swift,h}"