blob: c38ba95317e7f5b6f3f3e3bbf18c7f737cc83354 [file] [log] [blame]
{
"name": "JCStateMachine",
"version": "1.0.0",
"summary": "A thread safe state machine implemented in pure Swift",
"homepage": "https://github.com/jbaptistecastro/StateMachine",
"license": {
"type": "MIT"
},
"authors": {
"Jean-Baptiste Castro": "jbaptistecastro@gmail.com"
},
"social_media_url": "http://twitter.com/jbaptistecastro",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/jbaptistecastro/StateMachine.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"module_name": "StateMachine"
}