CocoaPods

作者: LV大树 | 来源:发表于2016-08-09 11:34 被阅读6次

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"

target 'MiaowShow' do

pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 3.8.1'
pod 'MJRefresh', '~> 3.1.1'
pod 'MJExtension', '~> 3.0.10'
pod 'Masonry', '~> 1.0.1'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'BarrageRenderer', '~> 1.8.0'

pod 'GPUImage', '~> 0.1.7' 由于LFLiveKit里面已经集成了GPUImage

pod 'LFLiveKit', '~> 1.6'

end

相关文章

网友评论

      本文标题:CocoaPods

      本文链接:https://www.haomeiwen.com/subject/wcqdsttx.html