CocoaPods podfile文件内容格式

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,有时候是不需要的。

原文地址:https://www.cnblogs.com/Gaiayueyue/p/6419968.html