platform:ios, '8.0'

target 'YYScrollView' do

    pod 'AFNetworking'

    pod 'Masonry'

    pod 'MJRefresh'

    pod 'SDWebImage'

    pod 'SVProgressHUD'

use_frameworks!

  pod 'ReactiveCocoa', '2.5'

end

 target 'YYScrollViewTests' do

end

有时候需要下面的一个target,有时候是不需要的。

相关文章:

  • 2021-11-01
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-06-10
  • 2021-11-16
  • 2021-11-02
  • 2021-12-14
相关资源
相似解决方案