ruby cocopoads podfile,alamofire,swiftyjson,alamofireimage

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby cocopoads podfile,alamofire,swiftyjson,alamofireimage相关的知识,希望对你有一定的参考价值。

platform :ios, '11.0'

target 'MyProject' do
  use_frameworks!

  # Pods for MyProject
  pod 'Alamofire', '~> 4.5'
  pod 'SwiftyJSON', '~> 3.1.4'
  pod 'AlamofireImage', '~> 3.3'

  target 'MyProjectTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'MyProjectUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end

以上是关于ruby cocopoads podfile,alamofire,swiftyjson,alamofireimage的主要内容,如果未能解决你的问题,请参考以下文章