blob: 4f91837fdae6d150a430b47a7e7f939d430916a9 [file] [log] [blame]
{
"name": "StateTransition",
"version": "1.0.1",
"summary": "A swift state machine supporting; states, transitions, actions and transition handling",
"homepage": "https://github.com/nicholascross/StateTransition",
"license": "MIT",
"authors": "Nicholas Cross",
"platforms": {
"osx": "10.9",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/nicholascross/StateTransition.git",
"tag": "1.0.1"
},
"source_files": "StateTransition/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}