1. 설치
$ brew update $ brew install carthage
2. 사용방법
프로젝트의 .xcodejroj 파일이 있는 곳에서 Cartfile을 생성하고 아래와 같이
원하는 라이브러리를 기입
github "Alamofire/Alamofire"
3. 실행
$ carthage update
1. 설치
$ brew update $ brew install carthage
2. 사용방법
프로젝트의 .xcodejroj 파일이 있는 곳에서 Cartfile을 생성하고 아래와 같이
원하는 라이브러리를 기입
github "Alamofire/Alamofire"
3. 실행
$ carthage update