platform :ios, '7.0'inhibit_all_warnings!xcodeproj 'Demo.xcodeproj'target :Demo1 do
pod 'MBProgressHUD', '~> 0.9.1'
pod 'AFNetworking', '~> 2.5.4'
pod 'MJRefresh', '~> 2.3.2'end
target :Demo2 do
pod 'MBProgressHUD', '~> 0.9.1'
pod 'AFNetworking', '~> 2.5.4'
pod 'MJRefresh', '~> 2.3.2'end
查找 pod search MBProgressHUD
安装过程和坑
http://www.jianshu.com/p/ad98a3364803