blob: 2aa346cdd78c8cacc15b6a39ceb6798b7d6e964f [file] [log] [blame]
{
"name": "SwiftyStateMachine@MarkAufflick",
"version": "0.5.0",
"summary": "A Swift µframework for creating finite-state machines, designed for clarity and maintainability.",
"description": "A Swift µframework for creating finite-state machines, designed for clarity and maintainability. Forked from SneakersAgencyLLC who forked from macoscope :)",
"homepage": "https://github.com/aufflick/SwiftyStateMachine",
"license": "MIT",
"authors": {
"Maciej Konieczny": "hello@narf.pl",
"Mark Aufflick": "mark@aufflick.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/aufflick/SwiftyStateMachine.git",
"tag": "0.5.0"
},
"source_files": "StateMachine/*.swift",
"pushed_with_swift_version": "3.0"
}