Alexito's World

A world of coding 💻, by Alejandro Martinez

AMPActivityIndicator, Cocoapods and Travis CI

Today I released AMPActivityIndicator. I wrote this little class a year ago and today I made a little clean up and made it available through Cocoapods.

It's been very pleasant to see how easy is to release a Pod on these days. The 'pod lib create' command does almost all the job for you. And once you have written your class, the example project and the tests you just need to publish to GitHub, tag it and use 'pod trunk' to make it available.

I had a little more time so I decided to integrate CI in that project. It's been a while since I want to test Travis for an open source project. It resulted to be very easy, just login in with my GitHub account, editing the travis.yml file and it was good to go.

It's amazing how easy is to give back to the community!

If you liked this article please consider supporting me