This is not exactly an answer but might help
You can install cocoa pods using sudo gem install cocoapods
then go to
https://cocoapods.org/
and search for the components you need.
most of the pods will have necessary info how to use it
You can also visit
https://github.com/vsouza/awesome-ios
this will have a curated list of awesome pods
Hope it helps :)