CocoaPod 导入更新
cocoaPods 导入基本步骤为(详细步骤) : http://blog.csdn.net/showhilllee/article/details/38398119
补充步骤(example):
platform :ios, '7.0' target "YourProjectName" do pod 'SDWebImage', '3.6' end
cocoaPods 导入基本步骤为(详细步骤) : http://blog.csdn.net/showhilllee/article/details/38398119
补充步骤(example):
platform :ios, '7.0' target "YourProjectName" do pod 'SDWebImage', '3.6' end