blob: 5928fcb1c73143d38a9ea69495f4ad3b7cbdded9 [file] [log] [blame]
{
"name": "SwiftyStateMachine",
"version": "0.2.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.2.0"
},
"source_files": "StateMachine/*.swift",
"requires_arc": true
}