Pod相关命令
1、初始化
# pod lib create xxxx
2、验证本地spec项目(带三方pod)
# pod lib lint xxxx.spec --use-libraries
3、验证本地和远程(git)项目
# pod spec lint xxxx.sp[......]
Pod相关命令
1、初始化
# pod lib create xxxx
2、验证本地spec项目(带三方pod)
# pod lib lint xxxx.spec --use-libraries
3、验证本地和远程(git)项目
# pod spec lint xxxx.sp[......]