美文网首页
pod项目安装Alamofire、ObjectMapper、Al

pod项目安装Alamofire、ObjectMapper、Al

作者: pomelo_西 | 来源:发表于2019-03-21 17:12 被阅读0次
  1. 在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
  1. 然后进入该项目下的命令行,执行pod install

相关文章

网友评论

      本文标题:pod项目安装Alamofire、ObjectMapper、Al

      本文链接:https://www.haomeiwen.com/subject/yaycvqtx.html