cocoapods导入第三方依赖库

1.cd+空格+工程文件路径

2.pod init

3.open -a Xcode Podfile

4.添加依赖库

5.pod install

你可能感兴趣的:(cocoapods导入第三方依赖库)