安装检查CocoaPods二

2019-8-13 22:22

在终端上输入:pod search SDWebImage

出现:

-> SDWebImage (5.1.0)

  Asynchronous image downloader with cache support with an UIImageView

  category.

  pod 'SDWebImage', '~> 5.1.0'

  - Homepage: https://github.com/SDWebImage/SDWebImage

  - Source:  https://github.com/SDWebImage/SDWebImage.git

  - Versions: 5.1.0, 5.0.6, 5.0.5, 5.0.4, 5.0.3, 5.0.2, 5.0.1, 5.0.0,

  5.0.0-beta6, 5.0.0-beta5, 5.0.0-beta4, 5.0.0-beta3, 5.0.0-beta2, 5.0.0-beta,

  4.4.7, 4.4.6, 4.4.5, 4.4.4, 4.4.3, 4.4.2, 4.4.1, 4.4.0, 4.3.3, 4.3.2, 4.3.1,

  4.3.0, 4.2.3, 4.2.2, 4.2.1, 4.2.0, 4.1.2, 4.1.1, 4.1.0, 4.0.0, 4.0.0-beta2,

  4.0.0-beta, 3.8.3, 3.8.2, 3.8.1, 3.8.0, 3.7.6, 3.7.5, 3.7.4, 3.7.3, 3.7.2,

  3.7.1, 3.7.0, 3.6, 3.5.4, 3.5.2, 3.5.1, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.7.4,

  2.7, 2.6, 2.5, 2.4 [master repo]

  - Subspecs:

    - SDWebImage/Core (5.1.0)

    - SDWebImage/MapKit (5.1.0)

-> SDWebImage+ExtensionSupport (3.7.1.2)

  Asynchronous image downloader with cache support with an UIImageView

  category. Added SD_APP_EXTENSION macro for ios8 extensions

  pod 'SDWebImage+ExtensionSupport', '~> 3.7.1.2'

  - Homepage: https://github.com/rs/SDWebImage

:

现在不知道下一步如何继续?

你可能感兴趣的:(安装检查CocoaPods二)