AliSoftware/Dip-UI

1.0.0 installation issue

JanBorowskiES opened this issue · 4 comments

Hello,

I've noticed that new version of DipUI was released - "1.0.0", unfortunately I was unable to install it through CocoaPods. Version 0.2.2 pops up as latest. Has anyone experienced it?

BTW Thanks for this nice library.

Hi. I think there is some problem with pushing to trunk Swift 3 libs that depend on other Swift 3 libs cause they fail spec validation, so it is not pushed yet. But I didn't have time to investigate it deeper. I guess for now you can pin directly to master branch or 1.0.0 tag in your pod file. Building pods looks like working fine.

@ilyapuchka You might be missing .swift-version in the repo to use Swift 3 for a podspec linting.

Yeah, I think this is exactly what fixed it in Dip

Thanks for quick response 👍