Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS iOS Tools CocoaPods CocoaPods

Ghazalah Khan
Ghazalah Khan
1,096 Points

How can I put a library developed by me on Cocoapods so that others can integrate it in their projects using Cocoapods?

I have developed a library in objective C and put it on the Github publically for others to use. But everyone who wants to use my library has to integrate it in their projects manually, like doing the "build settings" configurations etc. I want that they can also integrate it through Cocoapods and don't have to go through the hassles of manual configuration.

I have tried the Cocoapod official documentation and a lot of other places, but it would be really nice if we could have a video tutorial for it here on Treehouse too.