美文网首页
vim podfile

vim podfile

作者: Mr在水一方 | 来源:发表于2017-11-09 13:43 被阅读0次

platform:ios,'8.0'

target 'appName' do
pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 4.1.2'
pod 'SVProgressHUD', '~> 2.2.2'
pod 'Masonry', '~> 1.1.0'
pod 'ScottAlertController', '~> 0.1.0'
pod 'MJRefresh', '~> 3.1.14.1'
pod 'YYModel', '~> 1.0.4'

end

相关文章

网友评论

      本文标题:vim podfile

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