cd +空格 +工程路径
vim podfile
输入i
下一步
platform :ios, '8.0'
use_frameworks!
target 'MyApp' do//工程名
pod 'AFNetworking', '~> 2.6'
pod 'MBProgressHUD', '~> 0.9.2'
end
下一步
esc 后输入冒号“:wq”保存
下一步
pod install
搜索 pod search afnetworking
cd +空格 +工程路径
vim podfile
输入i
下一步
platform :ios, '8.0'
use_frameworks!
target 'MyApp' do//工程名
pod 'AFNetworking', '~> 2.6'
pod 'MBProgressHUD', '~> 0.9.2'
end
下一步
esc 后输入冒号“:wq”保存
下一步
pod install
搜索 pod search afnetworking