It should but software like Cocos don't use rotations like that.
A value like 720 is viewed as 2 complete turns if the previous position was 0.
If position A is -170 and B 170: Spine sees a 20 degree rotation and Cocos a 340 one.
If position A is 190 and B 170: Spine sees a 20 degree rotation and so does Cocos.
I guess this is more an importation problem for those kind of platform.
Either that or the Spine team could come up with an export that works with that kind of logic.