Tutorial by Examples

Update your project with git pull origin master Update s.version inside MyRepo.podspec Check local errors with pod lib lint MyRepo.podspec git add . & git commit -m "Update pods version" git push origin master Make a new release pod trunk push MyRepo.podspec Source

Page 1 of 1