I install this library in pod by this :
pod 'YTXAnimations', :subspecs => ["AnimateCSS", "CSShake", "MagicCSS"]
I want using in swift , I try use with below line to import but not successfully :
import YTXAnimations //or import AnimateCSS //or import YTXAnimateCSS
Please help me for use this library in swift . Tnx
I install this library in pod by this :
pod 'YTXAnimations', :subspecs => ["AnimateCSS", "CSShake", "MagicCSS"]
I want using in swift , I try use with below line to import but not successfully :import YTXAnimations //or import AnimateCSS //or import YTXAnimateCSS
Please help me for use this library in swift . Tnx