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
有時(shí)候需要下面的一個(gè)target,有時(shí)候是不需要的计技。