프로그래밍/iOS,macOS

cocoapods 관련 내용

chance 2017. 1. 10. 17:58

설치

$ sudo gem install cocoapods


El Capitan

$ sudo gem install -n /usr/local/bin cocoapods



초기화 :  해당 프로젝트 폴더

$ pod init



생성된 Podfile 작성



install

$ pod install


update

$ pod update




삭제

$ sudo gem uninstall cocoapods


저작자표시 비영리 변경금지 (새창열림)