添加pod file文件
pod init
查询库文件
pod search 所要添加的库名
例如: pod search SDWebImage
编辑pod file文件
vim podfile
退出编辑
ESC + : + WQ
安装库
pod install
最后,打开.xcworkspace文件
添加pod file文件
pod init
查询库文件
pod search 所要添加的库名
例如: pod search SDWebImage
编辑pod file文件
vim podfile
退出编辑
ESC + : + WQ
安装库
pod install
最后,打开.xcworkspace文件