查看cocoPosd版本: pod --version
提交cocoPosd 文章建议去百度Map
![](https://img.haomeiwen.com/i1333911/71bfee84ab80d1af.png)
例如:podfile里面的内容
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target '项目名' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
pod 'AFNetworking'
# Pods for LoveDandle
target '项目名' do
inherit! :search_paths
# Pods for testing
end
pod 'MJExtension'
pod 'SDWebImage'
pod 'XHImageViewer'
end
网友评论