ZCAnimatedLabel
ZCAnimatedLabel copied to clipboard
For use on tvOS
Hi @overboming,
I've just switched the podspec so that ZCAnimatedLabel will install in tvOS apps. The label works really nicely - I hope to release something using it over the coming weeks. Anyway, here's a PR with the change that I made, in case you wanted to add it to the main pod.
Regards,
Simon
I removed the s.platform because it is unnecessary when you have s.deployment_target. I added a deployment_target for tvOS. https://github.com/CocoaPods/CocoaPods/issues/4185