1.打开终端,cd到 PodTest 根目录
2.在终端输入 "pod init",会自动创建一个名为 Podfile 的文件
3.编辑 Podfile 文件 如:pod'SVProgressHUD',:git=>'https://github.com/SVProgressHUD/SVProgressHUD.git'
4.在终端输入"pod install",等待下载完成。
1.打开终端,cd到 PodTest 根目录
2.在终端输入 "pod init",会自动创建一个名为 Podfile 的文件
3.编辑 Podfile 文件 如:pod'SVProgressHUD',:git=>'https://github.com/SVProgressHUD/SVProgressHUD.git'
4.在终端输入"pod install",等待下载完成。