iOS开发个人笔记

22 阅读1分钟

cocoapods 安装使用

1、cocoapods安装

2、创建项目,并cd到项目根目录 执行,初始化项目为pod

pod init

3、添加pod依赖库 执行

 pod install