I am trying to use CCSpine in my cocos2d-swift V3.3 project, there is a issue: not found CCDictionary.h Where is the CCDictionary.h? Dose it in a low version of coco2d-iphone?But I didn't find it.
It's in the same github repo. Simply copy CCDictionary.{m,h}
to your project, along with any other extension files you want to use.