【IOS】pod安装和使用pod install --no-repo-update

/* 使用pod的步骤 (1)cd到.xcodeproj所在的目录 (2 )touch podfile 新建pod文件并open podfile 打开pod文件【BuDeJie】改成本身工程名 source ‘https://github.com/CocoaPods/Specs.git’ platform :ios,’8.0’ target 'BuDeJie' do pod 'A
相关文章
相关标签/搜索