I\'ve been trying to use cocoapods and install them into my project but its giving me this error while trying to install it in the project location. its kinda c
cocoapods
Follow this steps:
1.open terminal.
2.pod setup // it's take some time to download podfiles
3.pod list //(optional)to see the list of pod
4.cd Desktop//(your project path)
5.cd CoacPods (your project name)
6.vim podfile
7.pod install