blob: 6c653817ac99bd3b76e365dc7a4797460486bf5a [file] [log] [blame]
{
"name": "SwiftyStateMachine",
"version": "0.3.0",
"summary": "A Swift µframework for creating finite-state machines, designed for clarity and maintainability.",
"homepage": "https://github.com/macoscope/SwiftyStateMachine",
"license": "MIT",
"authors": {
"Maciej Konieczny": "hello@narf.pl"
},
"social_media_url": "https://twitter.com/narfdotpl",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/macoscope/SwiftyStateMachine.git",
"tag": "0.3.0"
},
"source_files": "StateMachine/*.swift",
"requires_arc": true
}