pod指定路径下载第三方库

pod指定路径下载第三方库

pod 版本库名, :git => 版本库地址

pod 'xxx' , :git => 'https://github.com/xxx/xxx_ios.git'

如果下载下来发现缺少了文件,应该是未指定版本号,使用pod+路径+版本号下载

pod 'xxx' , :git => 'https://github.com/xxx/xxx_ios.git' , :tag => '3.4.4'

发布了131 篇原创文章 · 获赞 9 · 访问量 7万+

猜你喜欢

转载自blog.csdn.net/Morris_/article/details/102823257
今日推荐