Reputation: 17257
I have this github project I need to put in Trunk, but the email defined in the podspec is not one of the owners of that repository.
Who will be the owner of the pod capable of pushing to it: the owner of the github, the email in the podspec, or the first user pushing it to Trunk from the command line?
Upvotes: 0
Views: 75
Reputation: 2596
The one with an email will be able to push to trunk. Because generally, you can push to trunk from any device as along as you are pushing from the email-account you have registered with.
https://guides.cocoapods.org/making/getting-setup-with-trunk.html
Upvotes: 1