[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 7 / Turnstile / 1.0.0 / Turnstile.podspec.json
blobac7fa6ac9dfe8c5dbe10a43b47c96afe0f272dac
2   "name": "Turnstile",
3   "version": "1.0.0",
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": "MIT",
8   "authors": {
9     "Cesar Tardaguila": "cesar@ctarda.com"
10   },
11   "source": {
12     "git": "https://github.com/ctarda/Turnstile.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ctarda",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Turnstile": [
23       "Pod/Assets/*.png"
24     ]
25   }