vim podfile

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)