From the course: Making Your Own CocoaPod with Swift

Unlock this course with a free trial

Join today to access over 22,400 courses taught by industry experts.

Repository setup

Repository setup

- [Narrator] Now that we've got Cocoapods installed on our machines, let's head over to GitHub and create our pod repo. If you're new to GitHub, it's essentially a hosting platform for developers to use as version control and project management. GitHub has a ton of extra features, but since going through them isn't in the scope of the course, I'll leave that further exploration to you. If you don't already have an account setup, fill in the registration information and go through the quick sign up process. Now if you've already got your account and are an old hand at this, go ahead and sign in. Now let's select the plus icon in the upper right hand corner, and hit new repository. All cocoapods that you plan to publish will need to have unique names, which for the purposes of this course, can be your initials and any name that hasn't already been taken. Now a good idea before naming any new pod, is to head over to cocoapods.org and search for the name you want to give your new pod. If…

Contents