ios常用三方的podfile

来源:互联网 发布:网络电视客户端 编辑:程序博客网 时间:2024/06/05 08:39
platform :ios, ‘8.0‘

use_frameworks!
target “WitServices” do

pod 'AFNetworking', '~> 3.1.0’
pod 'SDWebImage', '~>3.7'
pod ‘Masonry’,’~> 1.0.1’
pod 'MJRefresh', '~> 3.1.0’
pod 'BlocksKit'
pod 'libextobjc'
pod ‘SVProgressHUD’
pod ‘SDAutoLayout’


end

原创粉丝点击