Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 231 Bytes

File metadata and controls

12 lines (8 loc) · 231 Bytes

Release Steps

update version in PhotoZoom.podspec
update the git tag to match the new version
update README.md

pod lib lint

git add -A && git commit -m "Release 0.0.1."
git tag '0.0.1'
git push --tags