shu223 / PulsingHalo

iOS Component for creating a pulsing animation.
MIT License
1.77k stars 240 forks source link

Make the superview reference assign instead of weak #44

Closed lappp9 closed 7 years ago

lappp9 commented 7 years ago

@shu223 I'm not totally sure why this comes up when you do a pod update but this does seem to fix it and have the same effect so seems good to me. Also solves:

https://github.com/shu223/PulsingHalo/issues/42

shu223 commented 7 years ago

I could find the actual cause in the podspec thanks to this PR.

https://github.com/shu223/PulsingHalo/commit/255eacebdf7b4ba2314429649ae076aa104a07cb

The ios.deployment_target didn't work with the wrong order in the podspec.