1. terminal 실행
- sudo gem install cocoapods(시간 좀 걸림)
- pod setup(시간 좀 걸림)
- Performing a deep fetch of the 'master' specs repo to improve performance 나오면 rm -fr ./cocoapods/repos/master 후 다시 pod setup
2. workspace create
3. project create
4. workspace에 3번 생성한 project add
5. terminal에서 workspace와 proect가 있는 폴더로 이동
6. pod init(Podfile 생성 확인)
7. Podfine 수정 (라이브러리 소스로 추가)
8. terminal에서 pod install(다운로드 확인)
9. #import <>
10. swift인 경우 use_framework! 추가