I have created a pod project. It is pushed and workes properly. Then I decided to make couple of updates. I've created a new tag, validated the code and pushed again.
git tag 0.1.2
git push origin 0.1.2
pod spec lint PlaybuzzSDK.podspec
pod trunk push PlaybuzzSDK.podspec
The process was successful. But when I try to do
pod update
In my EmapleProject, the pod roles back to what it was before. What am I missing?