I'm afraid using Animation Blueprints is only possible with Skeletal Meshes.
What you could do is create a normal Blueprint (or C++ code) setup that actually models a state-machine, storing the current state it is in, performing transitions accordingly and upon entering a new state calling SetAnimation()
on your Spine Skeleton Animation component.