I am very new to mac and iOS or any programming. I would like to add tapku library in to my Xcode project. I have download the file and saved it in /developer/shared/Documentation/docsets folder. I do not know what to do next. I red some document which says "Clone the TapkuLibrary git repository git clone git://github.com/devinross/tapkulibrary.git.".....i do not have any idea where i should type and perform the cloning...any help would be much appreciated.
Thanks in Advance Magesh
You can install
tapkuthroughcocoapodsby just addingpod 'TapkuLibray','~>0.3'in yourPodfile, then runpod install, and tapku will be installed automatically.For more information about
cocoapods,see http://cocoapods.org/