AFNetworkingSDWebImageSVProgressHUDSnapKit$ cd 进入项目目录Podfile$ pod init
use_frameworks!
platform :ios, ‘8.0‘
pod ‘AFNetworking‘
pod ‘SDWebImage‘
pod ‘SVProgressHUD‘
pod ‘SnapKit‘
$ pod install --no-repo-update
$ pod update --no-repo-update
use_frameworks!原文:http://www.cnblogs.com/xufengyuan/p/7425456.html