shu223 / PulsingHalo

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

Problem with podspec file #41

Closed sandman4sure closed 6 years ago

sandman4sure commented 7 years ago

See issue https://github.com/CocoaPods/CocoaPods/issues/4636 The deployment target will be set to 4.3 if no target is added to the podspec file. This will result in a compile error.

shu223 commented 7 years ago

@sandman4sure thanks, i didn't know that problem. I just updated the podspec, could you try this?

sandman4sure commented 7 years ago

When downloading the source for 0.25, the updated podspec file is not included.

sandman4sure commented 7 years ago

@shu223 can you make a new branch with the podfile changes added? Latest branch you made didn't include your last change.

revolter commented 7 years ago

I know this is not maintained anymore, but it would be awesome if it would be left in a working state.

shu223 commented 7 years ago

Fixed now, I'm so sorry for my late support.

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

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

Please try the 0.2.8 and let me know if there is still problems.