blob: eb6e5c448d8610259daaf991cf7a945ab7ed56a5 [file] [log] [blame]
{
"name": "ArchitStateMachine",
"version": "0.1.0",
"summary": "State machine Swift framework inspired by GKStateMachine from Apple GameplayKit framework",
"homepage": "https://github.com/alexruperez/StateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Rupérez": "contact@alexruperez.com"
},
"source": {
"git": "https://github.com/alexruperez/StateMachine.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "StateMachine/*.{h,swift}",
"pushed_with_swift_version": "4.0"
}