blob: f121de77b602aa9142c2e8a932a82182ce9c2762 [file] [log] [blame]
{
"name": "SMStateMachine",
"version": "1.0.0",
"summary": "Very simple state machine written in Objective-C.",
"homepage": "https://github.com/est1908/SimpleStateMachine",
"license": "MIT",
"authors": {
"Artem Kireev": "est1908@gmail.com"
},
"source": {
"git": "https://github.com/est1908/SimpleStateMachine.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "SMStateMachine"
}