- 在Pods目录下的Podfile配置如下:
platform :ios, '10.13'
target 'cloudGym' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', '~> 4.8.1'
pod 'ObjectMapper', '~> 3.4'
pod 'AlamofireObjectMapper', '~> 5.2'
end
- 然后进入该项目下的命令行,执行pod install
网友评论