2

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

Magesh
  • 277
  • 1
  • 4
  • 13

1 Answers1

2

You can install tapku through cocoapods by just adding pod 'TapkuLibray','~>0.3' in your Podfile, then run pod install, and tapku will be installed automatically.

For more information about cocoapods,see http://cocoapods.org/

Allen
  • 6,745
  • 5
  • 41
  • 59