重拾iOS之cocoapod

环境配置不再赘述

 

Podfile文件写法

platform :ios,'9.0'

inhibit_all_warnings!

target 'Learn' do

pod 'Masonry'
pod 'SDWebImage'

end

  

posted @ 2022-03-09 12:41  YouNeedCourage  阅读(16)  评论(0)    收藏  举报