Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 384 Bytes

Creating a new version:

After updating the version in the podspec:

git fetch -p --tags
git tag [new tag]
git push --tags
carthage update
carthage build --no-skip-current --platform iOS
pod repo add tradingticket git@github.com:tradingticket/SpecRepo.git # Only run this if you've never done so before
pod repo push tradingticket *.podspec --verbose --allow-warnings