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

你可能感兴趣的:(CocoaPods podfile文件内容格式)