LeadKit/docs/snippets.md

684 B

Snippets

Cocoapods

Bump version in podspecs

  1. Install nmp: brew install node
  2. Install podspec-bump: npm install -g podspec-bump
  3. Run command in project folder: find . -name '*.podspec' | xargs -I% npx podspec-bump -i "Version - x.y.z" -w -p %

Push changes to podspecs repo

  1. Add repo: pod repo add touchinstinct git@github.com:TouchInstinct/Podspecs
  2. Run command in project folder: find . -name '*.podspec' | xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings