find help: https://guides.cocoapods.org
# locally
pod lib lint
# remote check
pod spec lint
# view sessions
pod trunk me
$ pod trunk register [email protected] 'Orta Therox' --description='macbook air'
pod trunk add-owner ARAnalytics [email protected]
# public trunk
pod trunk push [NAME.podspec]
# private trunk
pod repo push REPO [NAME.podspec]