Skip to content

Instantly share code, notes, and snippets.

@schmidan
Last active September 19, 2017 14:05
Show Gist options
  • Save schmidan/ff7b2a535a4f590858acc533e39a2f37 to your computer and use it in GitHub Desktop.
Save schmidan/ff7b2a535a4f590858acc533e39a2f37 to your computer and use it in GitHub Desktop.
[cocoapods]

find help: https://guides.cocoapods.org

# locally
pod lib lint
# remote check
pod spec lint

trunk

# view sessions
pod trunk me

$ pod trunk register orta@cocoapods.org 'Orta Therox' --description='macbook air'
pod trunk add-owner ARAnalytics kyle@cocoapods.org
# public trunk
pod trunk push [NAME.podspec]
# private trunk
pod repo push REPO [NAME.podspec]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment